"dependencies": {
"expo": "~47.0.12",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "^2.9.0",
"react-native-reanimated": "^2.14.4",
"expo-splash-screen": "~0.17.5"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
Description
Dependencies:
run in MacOS, m1
Steps to reproduce
What I've done:
create a new project and run expo prebuild
Install those dependencies(RNGH, react-native-reanimated) with
yarn addEnable new arch by adding
"jsEngine": "hermes"toapp.json,In
gradle.propertiesI changed:newArchEnabled=trueandexpo.jsEngine=hermesIn
android/app/build.gradle:def enableHermes = project.ext.react.get("enableHermes", true);Then I run
cd android/ && ./gradlew cleanWhile I run
npx expo run:android, errors occurred as in the screenshots.Snack or a link to a repository
https://github.com/inmess/rngh-bug-repo.git
Gesture Handler version
2.9.0
React Native version
0.70.5
Platforms
Android
JavaScript runtime
Hermes
Workflow
Expo bare workflow
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Real device
Device model
No response
Acknowledgements
Yes