React-native-reanimated: Error: Unable to resolve module `./animations/TimingAnimation` from `node_modules\react-native-reanimated\src\Animated.js`

Created on 29 Aug 2020  路  2Comments  路  Source: software-mansion/react-native-reanimated

Description

Hello. I started new project recently and tried to install react native reanimated. After running app such error occured
reanimated

Packages version that a currently installed
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-reanimated": "^1.13.0",

  • React:
  • React Native:
  • React Native Reanimated:
馃洜build-or-config-issue

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.

All 2 comments

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!

Was this page helpful?
0 / 5 - 0 ratings