I had already installed react-native-reanimated, version is 2.3.1. After I import react-native-wagmi-charts, It throw error below:
Error: Requiring module "node_modules/react-native-reanimated/src/Animated.js", which threw an exception: TypeError: undefined is not an object (evaluating 'InnerNativeModule.installCoreFunctions')
It's the same problem even I upgraded react-native-reanimated version to 2.6.0 or 2.8.0 which is latest version.
I had already installed
react-native-reanimated
, version is2.3.1
. After I importreact-native-wagmi-charts
, It throw error below:It's the same problem even I upgraded
react-native-reanimated
version to2.6.0
or2.8.0
which is latest version.Also added Animated to babel plugin config.
What the problem is and how to fix it.