This project is example of highcharts-react-native
, it includes of react-native-plotly


During the installation I encountered an error related expo-file-system.downloadAsync
and i resolved this error by doing follow steps in this comment
Step:
- run npx react-native init myApp
- edited the
metro.config.js
file, in the way mentioned above (https://github.com/highcharts/highcharts-react-native#installing) - installed react-native-webview library
- installed react-native-unimodules package
- edit two files from ios directory, as it is described here, and for android files here
- run npx pod-install from the root directory of the app.
You also see my commit to watch changed file.
Hope this help you.