highcharts / highcharts/highcharts-react-native
HighCharts for web
- Dominant language
- JavaScript
- Stars
- 105
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to run my app in the browser using Expo (react-native-web) and I am getting this error during compilation:
```
PATH:/node_modules/@highcharts/highcharts-react-native/src/HighchartsReactNative.js 34:16
Module parse failed: Unexpected token (34:16)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| }
|
> setHcAssets = async (useCDN) => {
| try {
| await this.setLayout()
```
On mobiles everything works well
`"@highcharts/highcharts-react-native": "3.1.2",`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.