rainbow-me / react-native-animated-charts

Set of components and helpers for building complex and beautifully animated charts
MIT License
924 stars 111 forks source link

While adding dots on android error #90

Open imdipprokash opened 1 year ago

imdipprokash commented 1 year ago

TypeError: null is not an object (evaluating '_ReanimatedModule.default.createNode') ERROR TypeError: null is not an object (evaluating '_ReanimatedModule.default.createNode') WARN new NativeEventEmitter() was called with a non-null argument without the required addListener method. WARN new NativeEventEmitter() was called with a non-null argument without the required removeListeners method. ERROR TypeError: ReanimatedModule.installTurboModule is not a function. (In 'ReanimatedModule.installTurboModule()', 'ReanimatedModule.installTurboModule' is undefined) ERROR TypeError: ReanimatedModule.installTurboModule is not a function. (In 'ReanimatedModule.installTurboModule()', 'ReanimatedModule.installTurboModule' is undefined)

"@rainbow-me/animated-charts": "^1.0.0-alpha.6", "react": "17.0.2", "react-native": "0.66.4", "react-native-gesture-handler": "1.7.0", "react-native-reanimated": "2.9.1", "react-native-svg": "12.1.0"