React-native-chart-kit: Bug using with in react-native-web: Unknown event handler property `onPress`. It will be ignored.

Created on 20 Jun 2019  路  3Comments  路  Source: indiespirit/react-native-chart-kit

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 is removed, the error disappears (even though there is no mention of an onPress in the code).

Thanks

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 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 ?

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tarunmehta-quovantis picture tarunmehta-quovantis  路  4Comments

NS-BOBBY-C picture NS-BOBBY-C  路  5Comments

stebogit picture stebogit  路  3Comments

ighormartins picture ighormartins  路  3Comments

bailih picture bailih  路  4Comments