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

RNGestureHandlerModule.attachGestureHandler got 2 arguments, expected 3

Open amitvish09 opened this issue 3 years ago • 6 comments

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 ?

amitvish09 avatar Jun 02 '22 06:06 amitvish09

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

Sadaif avatar Jun 17 '22 20:06 Sadaif

@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

amitvish09 avatar Jun 20 '22 04:06 amitvish09

@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 avatar Jun 20 '22 13:06 Sadaif

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: @.***>

Sadaif avatar Jun 27 '22 12:06 Sadaif

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

AbeTavarez avatar Sep 11 '22 17:09 AbeTavarez

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

MouhamedMokkhtar avatar Nov 22 '22 08:11 MouhamedMokkhtar