Hello. I started new project recently and tried to install react native reanimated. After running app such error occured
Packages version that a currently installed
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-reanimated": "^1.13.0",
Duplicate of #1007.
This is related to stale caches, we removed those files in 1.13 and metro or watchman tries to read them.
Use --reset-cache flag when launching metro server and clear watchman caches.
Thanks a lot!
Most helpful comment
Duplicate of #1007.
This is related to stale caches, we removed those files in 1.13 and metro or watchman tries to read them.
Use --reset-cache flag when launching metro server and clear watchman caches.