Skip to content

axelav/expo-highcharts

Repository files navigation

steps to create repo:

expo init highcharts-example --npm
cd highcharts-example
npm i @highcharts/highcharts-react-native
# copy basic usage example https://github.com/highcharts/highcharts-react-native#highcharts-chart
# from docs into Chart.js
npm start

Unable to resolve "react-native-webview" from "node_modules/@highcharts/highcharts-react-native/src/HighchartsReactNative.js" Failed building JavaScript bundle.

screenshot

still broken after running:

watchman watch-del-all && \
  rm -rf node_modules/ && \
  npm cache clean --force && \
  rm -rf $TMPDIR/react-* && \
  rm -rf $TMPDIR/haste-* && \
  rm -rf $TMPDIR/metro-* && \
  npm install && \
  npm start -- -c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published