Daniel Studencki
Daniel Studencki
Unfortunately it's not resolved yet. I think in this case we need to figure out what we should do with our existing `d.ts` file, as the latest Vue version has...
Unfortunately, it's not fixed yet. We'll schedule the work on type definitions soon.
Hi @angeliqueIcono , Thank you for your report. Could you tell me which version of the wrapper are you running? Kind regards!
Hi @angeliqueIcono , @fattomhk We've just released the new version of the package. Would you be able to check whether the problem still exists? Kind regards!
@angeliqueIcono Actually, it's already available on NPM, so you can simply install it.
@angeliqueIcono , I generated the new application project using `create-react-native-app`, installed the `react-native-webview`, and `@highcharts/highcharts-react-native` packages, added [that](https://github.com/highcharts/highcharts-react-native#installing) configuration into `metro.config.js`, and the chart appeared on ios and android without...
@angeliqueIcono , Thank you for explanation. It definitely does the job here. I've tested the wrapper with app generated by `npx react-native init [app_name]`, and you're right, the problem still...
Hi @iuricernov , Are you sure that you've followed all the steps from the https://github.com/highcharts/highcharts-react-native/issues/91#issuecomment-676261777? It looks like the `react-native-unimodules` is not configured in a correct way. Are you able...
As it is written in our [documentation](https://github.com/highcharts/highcharts-react-native#getting-started), you do not need to install a whole Expo library, but the `react-native-unimodules` (which are a group of foundational Expo tools) are required...
@fattomhk For now, the project imports only the mentioned `Asset`, and `FileSystem` modules, so these two modules are required. We have not tried to use only the `unimodules-file-system-interface` and `expo-asset`...