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
@@ -30,6 +30,8 @@ To create your own plugins and integrate with Flipper using JavaScript, see the
|
||||
|
||||
By default, React Native might ship with an outdated Flipper SDK. To make sure you are using the latest version, determine the latest released version of Flipper by running `npm info flipper`.
|
||||
|
||||
Latest version of Flipper requires react-native 0.69+! If you use react-native < 0.69.0, please, downgrade `react-native-flipper` to 0.162.0 (see [this GitHub issue](https://github.com/facebook/flipper/issues/4240) for details).
|
||||
|
||||
Android:
|
||||
|
||||
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.171.1`.
|
||||
|
||||
Reference in New Issue
Block a user