rainbow-me / react-native-animated-charts

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

RNGestureHandlerModule.attachGestureHandler got 2 arguments, expected 3 #80

Open amitvish09 opened 2 years ago

amitvish09 commented 2 years ago

New Text Document.txt This will work perfectly on ios devices but not running on android devices and that will create an issue showing this RNGestureHandlerModule.attachGestureHandler got 2 arguments, expected 3, any solution to fix this issue ?

Sadaif commented 2 years ago

@amitvish09 have you find solution for that ? I am facing the same problem on android on IOS it works fine +1

amitvish09 commented 2 years ago

@amitvish09 have you find solution for that ? I am facing the same problem on android on IOS it works fine +1

No, I didn't get the solution

Sadaif commented 2 years ago

@amitvish09 I also did not find the solution but here i wanna say something that i have face this error while using this library https://www.npmjs.com/package/@rainbow-me/animated-charts

now i switch over to this library : https://github.com/coinjar/react-native-wagmi-charts this library is inspired by the rainbow animated charts if you are struggling with the charts so may be this will help you out .

Sadaif commented 2 years ago

yes amit i have created

On Mon, Jun 27, 2022 at 3:34 PM amitvish09 @.***> wrote:

Did you create a graph? like rainbow react native chart?

— Reply to this email directly, view it on GitHub https://github.com/rainbow-me/react-native-animated-charts/issues/80#issuecomment-1167182617, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHQNKCKLXZZDP2U337GT6O3VRF7TFANCNFSM5XT46BZQ . You are receiving this because you commented.Message ID: @.***>

AbeTavarez commented 2 years ago

Any updates on this issue? I just started testing this library for a project and I'm facing the same error on Android.

MouhamedMokkhtar commented 2 years ago

Any updates on this issue? I just started testing this library for a project and I'm facing the same error on Android.

you need to delete folder : "react-native-gesture-handler" located in : node_modules/@rainbow-me/animated-charts/node_modules/react-native-gesture-handler also if you have svg dependecie you need to delete it then delete your package-lock.json and close any terminal running expo then run "npm i" in new terminal