highcharts / highcharts/highcharts-react-native

ios - non-expo - Failed to fetch script or layout - hcsript count not be read

Open
#122 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
105
Forks
79
PR merge metrics
No merged PRs in 30d

Description

![image0](https://user-images.githubusercontent.com/10903600/102672498-89cf7700-4156-11eb-9275-33cda6629569.png)

**metro-config.js**

```javascript
const { getDefaultConfig } = require('metro-config');

module.exports = (async () => {
const {
resolver: { sourceExts, assetExts },
} = await getDefaultConfig();

return {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
resolver: {
assetExts: [...assetExts, 'hcscript'],
sourceExts,
},
};
})();
```

**package.json**

```
"@highcharts/highcharts-react-native": "^3.1.2",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-webview": "^11.0.2",
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.