react-native-chart-kit
                                
                                 react-native-chart-kit copied to clipboard
                                
                                    react-native-chart-kit copied to clipboard
                            
                            
                            
                        Bug using with in react-native-web: Unknown event handler property `onPress`. It will be ignored.
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 <LineChart> is removed, the error disappears (even though there is no mention of an onPress in the code).
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?
I would really love to get a fix for this asap.
Hello, I have the same problem.
Some solution?
#609 take a look at my approach for making this work on web