Open gurbela opened 2 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?
I am seeing a similar crash with React Native 0.75.2 and react-native-reanimated 3.15.1 on Android, but the crash only happens on a physical device (emulator does not crash).
Hey!
I think this is the same issue as the one created before here. I can see that you are using scrollTo
on android which currently doesn't work while e.g. you are trying to scroll the scrollable during handling the gesture.
Check out this comment which explains why this crash happens. It seems to be a bug on the RN side, not reanimated.
Description
I using React Native 0.75.2, new architect of react native enabled.
Steps to reproduce
I using React Native 0.75.2, new architect of react native enabled.
"react-native": "0.75.2", "react-native-reanimated": "3.15.0"
Snack or a link to a repository
test
Reanimated version
3.15.0
React Native version
0.75.2
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes