[Android] - Release Application crashes immediately after having upgraded to 0.70.0 with newArchEnabled=true
See original GitHub issueDescription
Application crashes immediately after having upgraded to 0.70.0 with newArchEnabled=true
. If i keep newArchEnabled=false
the app works correctly.
Version
0.70.0
Output of npx react-native info
System:
OS: macOS 12.5.1
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Memory: 158.54 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 16.16.0 - ~/.nvm/versions/node/v16.16.0/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 8.11.0 - ~/.nvm/versions/node/v16.16.0/bin/npm
Watchman: 2022.09.05.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5
Android SDK: Not Found
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.6953283
Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild
Languages:
Java: 11.0.16 - /Library/Java/JavaVirtualMachines/jdk-11.0.16.jdk/Contents/Home/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.1.0 => 18.1.0
react-native: 0.70.0 => 0.70.0
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
Steps to reproduce
./gradlew assembleRelease --no-daemon --max-workers 2
Snack, code example, screenshot, or link to a repository
none
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:17 (6 by maintainers)
Top Results From Across the Web
React Native 0.69.5 White Screen Crash - Stack Overflow
Either IOS nor Android. Most of the time code errors with AppName not registered. Android /build.gradle import org.apache.tools.ant.
Read more >Crashes - Android Developers
An Android app crashes whenever there's an unexpected exit caused by an unhandled exception or signal. An app that is written using Java...
Read more >Announcing React Native 0.70
We are excited to release a new version of React Native, 0.70.0. ... and full CMake support for Android builds along with a...
Read more >Fixing React-Native android release build - wesionaryTEAM
After generating the .apk file, you install it on your Android device, and as soon as you open the app, it crashes. You...
Read more >Fix an installed Android app that isn't working - Google Support
Try the following steps if an app installed on your phone has any of these problems: Crashing. Won't open. Won't respond. Isn't working...
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
Still have this error after upgrading to react-native 0.70.4
I would suggest opening an issue on Reanimated issue tracker as they probably know more what’s happening here. Having a reproducer with just Reanimated would help 👍