Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandon-perry/reanimated_crash
Minimally reproducible repo for issue with React-Native-Reanimated
https://github.com/brandon-perry/reanimated_crash
Last synced: 17 days ago
JSON representation
Minimally reproducible repo for issue with React-Native-Reanimated
- Host: GitHub
- URL: https://github.com/brandon-perry/reanimated_crash
- Owner: Brandon-Perry
- Created: 2023-12-22T20:07:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-22T20:16:29.000Z (11 months ago)
- Last Synced: 2023-12-22T21:26:40.868Z (11 months ago)
- Language: Kotlin
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reproduces bug found related to React Native Reanimated v3.6.1, though it also seems to be present in earlier versions
Note: I'm using an M1 Mac, so that might be affecting this.
To reproduce:
1. `npm install && cd ios && pod install` to install packages and pod files
2. `npm start --reset-cache` to start metro server
3. `npm run ios` to startup ios simulator
4. Open the app, shake, and press 'Debug with Chrome'
5. Everything works fine as expected.
6. Do 4 again and stop debugging
7. Go to App.tsx and comment back in the Animated.View component
8. Do 4 again.
9. App now crashes without any errors.