-
-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] app crash in release mode ( IOS & ANDROID ) #1824
Comments
I'm not sure this library is compatible with reanimated version 3 according to the readme it only supports v1 & v2. |
@JDMathew we also tested @gorhom/bottom-sheet | 5.0.0-alpha.9 reanimated V2 works only with reactnative 0.71 and lower |
Our app is getting crashed too. We are getting the below error: When we remove the code for @gorhom/bottom-sheet, app starts running fine. Environment Info: |
did you found a way to fix it ? i switched to Modalize |
@MuhammadMuzammilQadri @gorhom do you have an idea how to fix this please ? @gorhom/bottom-sheet 4.6.3
i already have |
Hello, in production this crashes my app on some specific devices as well. Please fix ASAP. |
@m1daz do you find a fix ? i cannot use any package you use reanimated with react 0.74 |
Is this only react native 0.74 problem? I am happy with downgrading to 0.73 |
No crashes in production? |
@m1daz we had to upgrade to 0.74 because of sub package needing this ( mapbox) react-native-modalize work good in production yes but it's look dead package too ... |
any update on this issue? I have this problem too. |
do you have it only by installing reanimated ? thanks . i just removed reanimated/bottom-sheet and switched to modalized who's not maintained since 2 years for the moment |
Hi Folks.
|
so for the moment, samsung devices are facing this issue? |
+1 on this issue |
any update on this ? |
Did you fix this? |
This issue is based on react native reanimated library. if you want to use newer versions please use the react-native-reanimated nightly build package. |
I am also experiencing this issue with react-native 0.75.2 on iOS. It is probably because this library uses |
Hi @gorhom ! |
he didn't responded since mai. i really doubt it will be fixed soon or even fixed |
Bug
since i added this package and reanimated my app crash on opening on both IOS & Android, i'm not able to fix this after lot's of test
Environment info
Steps To Reproduce
app work on debug mode but crash on IOS & Android
i triple checked reanimated setup, i have done the step in
babel.config.js
andpod install
Reproducible sample code
i have this error even with basic example from here
https://ui.gorhom.dev/components/bottom-sheet/usage
The text was updated successfully, but these errors were encountered: