Migrate React Native Example app to react-native 0.69 (#4265)
Summary: // allow-large-files Pull Request resolved: https://github.com/facebook/flipper/pull/4265 Related to https://github.com/facebook/flipper/issues/4240 Resolving https://github.com/facebook/flipper/issues/3859 led to breaking changes in react-native-flipper which made it incompatible with react-natvie < 0.69. In this diff we migrate our example app to react-native 0.69 and add a notice to our readme about the react-native 0.69+ requirement Reviewed By: lblasa Differential Revision: D40673740 fbshipit-source-id: 18f4742449d115be7a5100f2bc4d834dcebea80f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
65a45ba6ba
commit
13e06803c9
@@ -214,9 +214,10 @@ dependencies {
|
||||
}
|
||||
|
||||
if (enableHermes) {
|
||||
def hermesPath = "../../node_modules/hermes-engine/android/";
|
||||
debugImplementation files(hermesPath + "hermes-debug.aar")
|
||||
releaseImplementation files(hermesPath + "hermes-release.aar")
|
||||
//noinspection GradleDynamicVersion
|
||||
implementation("com.facebook.react:hermes-engine:+") { // From node_modules
|
||||
exclude group:'com.facebook.fbjni'
|
||||
}
|
||||
} else {
|
||||
implementation jscFlavor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user