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
589 stars 116 forks source link

Invariant Violation: [2995,"RNSVGSvgView",{"width":"<<-Infinity>>"}] is not usable as a native method argument #101

Closed vishal-bhil closed 2 years ago

vishal-bhil commented 2 years ago

Getting above error on click of line chart in iOS(iPhone 13). (Android is working fine)

https://user-images.githubusercontent.com/34021048/183582822-a1387166-6261-4cc1-b92f-381010767e2e.mp4

fariskhan563 commented 2 years ago

Getting above error on click of line chart in iOS(iPhone 13). (Android is working fine)

Simulator.Screen.Recording.-.iPhone.13.-.2022-08-09.at.12.17.42.mp4

Seems like I was able to find the cause of the above mentioned errors. It is happening due to Debug with chrome being enabled on the device.

Disable debugger and it will work just fine. @vishal-bhil