[Android] Crash On Startup Using New Arch + Hermes #34237
Labels
Needs: Triage 🔍
Platform: Android
Android applications.
Platform: Linux
Building on Linux.
Resolution: Duplicate
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
When creating a fresh react native project from the template using
npx react-native init test --template react-native-template-typescript
, and changing the appropriate flags inandroid/app/build.gradle
to enable hermes and inandroid/gradle.properties
to enable the new arch, the app crashes on startup. It builds fine but on startup it crashes with these errors from adb:Version
0.69.2
Output of
npx react-native info
Steps to reproduce
npx react-native init test --template react-native-template-typescript
.enableHermes: true,
inandroid/app/build.gradle
.newArchEnabled=true
inandroid/gradle.properties
.yarn install; yarn android
.Snack, code example, screenshot, or link to a repository
Follow the reproduction steps to initialize a fresh project that will crash as mentioned above.
The text was updated successfully, but these errors were encountered: