-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
iOS crash when starting to drag #748
Comments
Hey @rousseau634, I'm here to help you with your bug! I'm a bot designed to assist with bug fixes, answer questions, and guide you on your journey to becoming a contributor. Let's tackle this issue together! The crash you're experiencing is due to a In the context of To address this issue, you might want to:
If the issue persists, you may need to look into the specific arithmetic operations in your implementation or the library's code to ensure they are not causing precision errors. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Same issue in android also "react-native-reanimated" : "^3.16.6" |
same issue in expo also. I realized this bug was related to updating panOffset value in onGestureStart function which is implemented in ScrollViewGesture.tsx. "react-native-reanimated": "~3.16.1" |
Only happens when using "mode" |
Same issue with:
I was solve the issue with the next changes: Replace the zIndex variable in node_modules/react-native-reanimated-carousel/src/layouts/parallax.ts
REFERENCE: #712 (comment) |
works, thanks |
I got this crash
libc++abi: terminating due to uncaught exception of type folly::ConversionError: Loss of precision during arithmetic conversion: (long long) 99.46
Versions (please complete the following information):
react: 18.3.1
react-native: 0.76.0
react-native-reanimated: 3.16.1
react-native-reanimated-carousel: 4.0.0-canary.22
react-native-gesture-handler: 2.21.2
Device: iPhone16 Pro
OS: iOS18.1
The text was updated successfully, but these errors were encountered: