Commit 02170e5
authored
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 app1 parent 9a4d358 commit 02170e5
File tree
12 files changed
+5941
-16995
lines changed- android/src/main/java/io/branch/rnbranch
- branchreactnativetestbed
- android
- components
- ios
- branchreactnativetestbed.xcodeproj
- branchreactnativetestbed
- ios
- src
12 files changed
+5941
-16995
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
1251 | 1252 | | |
1252 | 1253 | | |
1253 | 1254 | | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
1254 | 1260 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
157 | 166 | | |
158 | 167 | | |
159 | 168 | | |
160 | 169 | | |
| 170 | + | |
161 | 171 | | |
162 | 172 | | |
163 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
300 | 304 | | |
0 commit comments