Replies: 1 comment
-
Happens to me too |
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.
-
Importing Reanimated somewhere into the app causes it to crash when I reload the Metro server (press "r" in the terminal). This happens even if the component is not used anywhere, just the import statement is enough.
import Animated, { SlideInRight } from 'react-native-reanimated'
The animations work as expected, so there are no issues there. But the app crash is really annoying. Each time it produces a crash report I can send to apple (which of course I ignore) and then I have to start the app again in the simulator so that the Metro server can connect to it.
Has anyone else had this issue?
Platform: React Native 0.69.1 (react: 18.0.0)
Reanimated version: 2.10.0
Beta Was this translation helpful? Give feedback.
All reactions