-
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
react-native-unimodules could not be found within the project. #90
Comments
I encountered this error when trying to use the beta as well. Is there a peer dependency that needs to be installed? What's changed? |
I've added ...
"react-native-unimodules": "^0.10.1",
"metro-config": "^0.61.0",
... and copied the This fixes the problem originally reported here, but the library is still broken:
|
Hello @Srijans-nd , Thank you for reporting the issue. Kind regards! |
I am still getting this error, was the updated packaged published on npm ? |
Have you tried to use the latest v3.1.1 release? Does the problem still exist? |
@Denyllon yes the problem still exist for me.. for the record i am not using expo, my problem is created from react-native-cli, is there additional step that i may have to do? |
@sam17896 @Lakkanna @axelav Kind regards! |
After updating to version 3.0.0, build is failing with below error.
Unable to resolve module
react-native-unimodulesfrom
node_modules/@highcharts/highcharts-react-native/src/HighchartsReactNative.js: react-native-unimodules could not be found within the project.
I was using 2.2.3 before this, and did not face this error. However, I was unable to get chart to render on iOS.
I was getting
Error: '@highcharts/highcharts-react-native/highcharts-layout/css/styles.css' cannot be loaded as its extension is not registered in assetExts
Tried approaches mentioned in #39, so updated to 3.0.0 as per Sebastian's comment.
The text was updated successfully, but these errors were encountered: