Replies: 2 comments
-
Hey @dchhetri, thanks for reporting this problem. We fixed these bugs in v3. Reanimated 3.3.0 will be available in Expo SDK 49. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tomekzaw |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using reanimated
2.12.0
as required by expo.My app crashes at random time when doing a certain operation (changing a view from showing FlatList to another ListView). I believe there is a timing issue. I'm unable to replicate it consistently in debug/production mode. While changing view, I'm only using react-native
LayoutAnimation
. Does react-native uses reanimated under the hood?Below is the crash report. I know its very granular and not JS code (my code is in managed expo react-native) but any hints on what's going on? From what I've gathered, there is a bad memory access. I'm not importing reanimated but there are traces of it below.
Beta Was this translation helpful? Give feedback.
All reactions