Open keith212005 opened 6 months ago
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
Were you able to fix this? Still facing this issue
use latest RC version
I am getting the exact same error when trying to build for android, while iOS is just working fine...
I am getting the exact same error when trying to build for android, while iOS is just working fine...
Yeah me too
Use rc release: "react-native-reanimated": "^3.9.0-rc.1"
Use rc release: "react-native-reanimated": "^3.9.0-rc.1"
This giving me react-native-screens error
Use rc release: "react-native-reanimated": "^3.9.0-rc.1"
solved it for me
Use rc release: "react-native-reanimated": "^3.9.0-rc.1"
yes, this work for me
I am getting dependency issues with gorhom bottomsheets if I use this
Use rc release: "react-native-reanimated": "^3.9.0-rc.1"
I am getting the exact same error when trying to build for android
I am getting dependency issues with gorhom bottomsheets if I use this
Use rc release: "react-native-reanimated": "^3.9.0-rc.1"
me too
Having the exact same issue
Use rc release: "react-native-reanimated": "^3.9.0-rc.1"
Giving errors with react-native-safe-area-context
Use rc release: "react-native-reanimated": "^3.9.0-rc.1"
Giving errors with react-native-safe-area-context
Update to latest version of react-native-safe-area-context
Hey I am using "react-native-reanimated": "^3.9.0-rc.1", "react-native": "0.74.0" because of the Android issue. Currently, it's working on Android, but on iOS if I do goBack() or use the navigate function to go back to a previous page then the app is crashing. on Xcode its opening REAAnimationsManager.m and - (void)clearSharedTransitionConfigForTag:(NSNumber *)tag { _clearSharedTransitionConfigForTag(tag); <---- it's giving some error, I have attached the screenshot. }
Need help.
currently, I have commented out this line, _clearSharedTransitionConfigForTag(tag); It's working, but I am not sure if it will create any issues or not.
Have the same issue Tried using "react-native-reanimated": "^3.9.0-rc.1" it fixed the problem, but now there is dependency conflict with @react-navigation/drawer Is there any information when this fix will be released?
+1
Installing "react-native-reanimated": "^3.9.0-rc.1" version will temporarily fix the build error but you'll get a lot conflicts with other libraries such as @gorhom/bottom-sheet, moti, @react-navigation/drawer etc .. essentially libs that depends on reanimated. :(
Update to "react-native-reanimated": "^3.9.0", and if you are using safe area context upgrade it to "react-native-safe-area-context": "^4.10.1", this will fix the problem
I am getting the exact same error when trying to build for android, while iOS is just working fine...
me too
I have the same issue. My current React Native version is 0.73.2 and the Reanimated version is 3.6.1. I applied all the above solutions but with no success.
To resolve the issue, go to gradle.properties and change newArchEnabled=true to newArchEnabled=false.
Description
After upgrading RN version from 0.73.7 to 0.74.0, compilation fails in Android.
Steps to reproduce
Snack or a link to a repository
https://snack.expo.io/
Reanimated version
3.8.1
React Native version
0.74.0
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Paper (Old Architecture)
Build type
Debug app & dev bundle
Device
Android emulator
Device model
No response
Acknowledgements
Yes