react-native-animated-charts icon indicating copy to clipboard operation
react-native-animated-charts copied to clipboard

While adding dots on android error

Open imdipprokash opened this issue 2 years ago • 0 comments

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"

imdipprokash avatar Oct 26 '22 10:10 imdipprokash