I am trying to implement highcharts wrapper within react-native application following this
https://www.highcharts.com/blog/post/creating-mobile-charts-with-highcharts-react-native/
On running the app with expo start on device, it returned me below error
Warning: %s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI., RootErrorBoundary ReferenceError: Can't find variable: modules * App.js:21:8 in render
Line 21 of App.js have the highcharts container HighchartsReactNative
Any leads will be highly helpful