-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error expo without expo and no charts #91
Comments
Hi @angeliqueIcono , Thank you for your report. Kind regards! |
I have the latest version : 3.0.1 |
Thank you for details, thankfully we found a reason of problem (old packages in the I apologize for inconvenience. |
@sebastianbochan I think a package.json update is not enough for this case. For my own upgrading, this error comes from a bare rn project. We need to install Can I use this package without expo? |
Im still testing the |
We were able to reproduce the problem in the native React Native.
Just working on solution of the problem. |
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! |
Yes I can check asap when you release the package! |
Actually, it's already available on NPM, so you can simply install it. |
I generated the new application project using It's a bit hard to guess what is happening there, so could you provide us with a minimized application where the problem is noticeable? Would be very convenient to get some repository and steps to recreate the issue. Kind regards! |
You can't create the project with create-react-native-app, it's creating the project with expo, you need to create it with |
Which version of EXPO CLI do you have? Could you paste your Have you tried to use |
I don't want to use expo in my project... And you tell this in your doc : "You can either install this wrapper within app based on Expo tools, or bare React Native app." |
You can try with this repo : https://github.com/angeliqueIcono/test-react-native-highcharts |
Thank you for explanation. It definitely does the job here. Here are the steps I did when creating the app, in order to make it work correctly:
After doing above steps, the app should work well. Please follow the steps described above and let us know about the result. Kind regards! |
Yes it's working! Thanks a lot! Kind regards! |
Hi @iuricernov , Are you sure that you've followed all the steps from the #91 (comment)? It looks like the Kind regards! |
@Denyllon I'm not using expo, and unimodules looks like an expo lib. Is that really correct? |
As it is written in our documentation, you do not need to install a whole Expo library, but the |
@Denyllon The Seems that this project is using |
@fattomhk For now, the project imports only the mentioned |
@Denyllon I found that the package is providing a way to exclude packages. https://docs.expo.io/bare/installing-unimodules/ Could you provide a list in readme for that? |
@fattomhk You're right. Thank you for the valuable remark. We'll test it, and add the info about that fact into our documentation soon. I pin the |
@Denyllon I am still facing this issue after trying the updated steps shared for React CLI. Also, there was no issue with unimodules lib installation but some warning messages.Can you please check? |
@mahipatsinghtellius Could you provide me with the link to the minimal project (GitHub repository recommended), where the problem is noticeable during building the app? That would be the easiest way to find out what is happening there. |
@Denyllon I love you ❤️, I hope you keep continuing maintenance this project. And here is an example for anyone who needs it: https://github.com/hungdev/react-native-scatter-3d-example |
Thanks @hungdev your example helped me to fix my problem |
I try to use this wrapper without expo and I have a warning : "Error: The method or property expo-file-system.downloadAsync is not available on ios, are you sure you've linked all the native dependencies properly?"
And there is no charts displayed, I don't know if it's linked... Can I use this wrapper without expo?
The text was updated successfully, but these errors were encountered: