-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump React Native to 0.76 in example apps (#6636)
## Summary This PR updates our Example Apps to use React Native 0.76 ## Test plan --------- Co-authored-by: Tomasz Żelawski <[email protected]> Co-authored-by: Tomasz Żelawski <[email protected]>
- Loading branch information
1 parent
07171bf
commit cd7e201
Showing
26 changed files
with
831 additions
and
1,393 deletions.
There are no files selected for viewing
32 changes: 0 additions & 32 deletions
32
.yarn/patches/@react-native-community-slider-npm-4.5.3-6fedb47a11.patch
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
.yarn/patches/@react-native-picker-picker-npm-2.8.0-9d55144b66.patch
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
.yarn/patches/react-native-pager-view-npm-6.4.1-2322ade6e0.patch
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
.yarn/patches/react-native-safe-area-context-npm-4.11.0-f8b3b898df.patch
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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
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,14 +1,6 @@ | ||
pluginManagement { includeBuild("../../../node_modules/react-native/node_modules/@react-native/gradle-plugin") } | ||
pluginManagement { includeBuild('../../../node_modules/@react-native/gradle-plugin') } | ||
plugins { id("com.facebook.react.settings") } | ||
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() } | ||
rootProject.name = 'FabricExample' | ||
include ':app' | ||
includeBuild('../../../node_modules/react-native/node_modules/@react-native/gradle-plugin') | ||
// includeBuild('../../../node_modules/react-native') { | ||
// dependencySubstitution { | ||
// substitute(module("com.facebook.react:react-android")).using(project(":packages:react-native:ReactAndroid")) | ||
// substitute(module("com.facebook.react:react-native")).using(project(":packages:react-native:ReactAndroid")) | ||
// substitute(module("com.facebook.react:hermes-android")).using(project(":packages:react-native:ReactAndroid:hermes-engine")) | ||
// substitute(module("com.facebook.react:hermes-engine")).using(project(":packages:react-native:ReactAndroid:hermes-engine")) | ||
// } | ||
// } | ||
includeBuild('../../../node_modules/@react-native/gradle-plugin') |
Oops, something went wrong.