coinjar / react-native-wagmi-charts

A sweet & simple chart library for React Native that will make us feel like We're All Gonna Make It.
MIT License
588 stars 116 forks source link

Requiring module "node_modules/react-native-reanimated/src/Animated.js" #94

Open simonho1025 opened 2 years ago

simonho1025 commented 2 years ago

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.

Also added Animated to babel plugin config.

What the problem is and how to fix it.