react-native-chart-kit causes the above js console warning when running on react-native-web.
This is using code for a sample LineChart based on the sample from the repo documentation. It works fine on android and ios.
If the
Thanks
I found this error as well.
Same here.
I also have other warnings as soon as the LineChart is rendered for web:
Unknown event handler property onStartShouldSetResponder. It will be ignored
Unknown event handler property onResponderTerminationRequest. It will be ignored
Unknown event handler property onResponderGrant. It will be ignored
Unknown event handler property onResponderMove. It will be ignored
Unknown event handler property onResponderRelease. It will be ignored
Unknown event handler property onResponderTerminate. It will be ignored
any suggestions ?
Same here. Any updates regarding this?
Most helpful comment
Same here.
I also have other warnings as soon as the LineChart is rendered for web:
Unknown event handler property
onStartShouldSetResponder. It will be ignoredUnknown event handler property
onResponderTerminationRequest. It will be ignoredUnknown event handler property
onResponderGrant. It will be ignoredUnknown event handler property
onResponderMove. It will be ignoredUnknown event handler property
onResponderRelease. It will be ignoredUnknown event handler property
onResponderTerminate. It will be ignoredany suggestions ?