Description
Had a first version of Reanimated. But wanted to migrate to v2. Was followed by this guide. IOS app builded successfully, but when Metro Bundler finish to load, error is appear.
Screenshots
Can someone help with this problem? PLEASE
- React: 16.13.1
- React Native: 0.63.2
- React Native Reanimated: 2.0.0-alpha.7
- NodeJS: 14.9.0
I was having this problem on Android even after following the installation instructions on reanimated’s documentation page, but after I cleared my gradle cache and rebuilt the project it worked.
rm -rf $GRADLE_HOME/caches/build-cache-*
See here: https://stackoverflow.com/questions/23025433/how-to-clear-gradle-cache