Cannot build Android Release with react-native-flipper 0.48.0+
See original GitHub issueš Bug Report
react-native-flipper 0.48.0 breaks building Android in Release, presumably due to https://github.com/facebook/flipper/commit/03b231703ba1e609d8b5d31d71d07c57be1f0b29
Version 0.47.0 did not have this problem, although it had the problem in #1274, which the above change was trying to address.
To Reproduce
Very simple.
npx react-native init Test
cd Test
yarn add react-native-flipper
- Open project in Android Studio
- Set Build Variant to āreleaseā
- Try to build project
The build will fail, but if you change the version of react-native-flipper
from 0.48.0 to 0.47.0, then it will succeed.
Environment
Since this is a build failure with a default-initialized React Native project, the only variable being react-native-flipper itself, I canāt think of any relevant environment info to add, but feel free to ask if you think thereās something Iāve missed.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:18 (11 by maintainers)
Top Results From Across the Web
React Native - Manual Android Setup - Flipper
This should only be necessary if you have an existing app that cannot be upgraded with the React Native Upgrade tool.
Read more >React Native Android build failure with different errors without ...
The build failures for Android was due to the publish of the React Native version 0.71.0-rc0 . Note: Error may be different but...
Read more >14 posts tagged with "release" - React Native
Flipper is a developer tool for debugging mobile apps. It's popular in the Android and iOS communities, and in this release we've enabledĀ ......
Read more >react-native-flipper - npm
Flipper bindings for React Native. Latest version: 0.176.1, last published: 13 days ago. Start using react-native-flipper in your project byĀ ...
Read more >Flipper Debugging for React Native - Povio
How To Use It? Ā· Android - start your project by running npm run android and then Flipper will show up in your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The fix has been released as react-native-flipper@0.54.0.
@micnguyen if youāre using
react-native-flipper
dependency, install the0.47.0
version