-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose native layer Integration Validator (#1038)
* Fixed an Android build error by using @react-native/gradle-plugin in settings.gradle Fixed an Android build error by using @react-native/gradle-plugin in settings.gradle * Added a testing section to the App.tsx file with an "Validate SDK Integration" button in there Added a testing section to the App.tsx file with an "Validate SDK Integration" button in there * Got the validator working for Android Got the validator working for Android * Got the validator working for iOS Got the validator working for iOS * Updated packages-lock file (fixed build error) Updated packages-lock file (fixed build error) * Updated dependencies to fix build errors Updated dependencies to fix build errors * Removed dependency per Gabe's PR feedback and tested to ensure that it still worked without the dependency Removed dependency per Gabe's PR feedback and tested to ensure that it still worked without the dependency * Updates to the testbed app Updates to the testbed app
- Loading branch information
1 parent
9a4d358
commit 02170e5
Showing
12 changed files
with
5,941 additions
and
16,995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
rootProject.name = 'branchreactnativetestbed' | ||
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) | ||
include ':app' | ||
includeBuild('../node_modules/@react-native/gradle-plugin') | ||
includeBuild('../node_modules/@react-native/gradle-plugin') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.