You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I install and run react-native link I get this error:
error: bundling: UnableToResolveError: Unable to resolve module
`../../react-native/Libraries/ART/ReactNativeART` from
`/Users/admin/Desktop/Programming/myapp/node_modules/react-native-button-component/node_modules/react-native-circular-progress/src/CircularProgress.js`:
Directory /Users/admin/Desktop/Programming/myapp/node_modules/react-native-button-component/node_modules/react-native/Libraries/ART/ReactNativeART doesn't exist
(The error was on one line, but I've added some line breaks to make it more readable)
It seems to be that react-native-circular-progress can't find ART. I think this is because they use relative imports for ART. I've made a PR at bartgryszko/react-native-circular-progress#69 that fixes this. If/when they merge that PR, this repo should update it's dependency on react-native-circular-progress.
The text was updated successfully, but these errors were encountered:
@jacklam718 Was there ever any progress on this? I've just tried to install your library (which looks very nice by the way) however I'm getting the same error Un3qual was reporting. By the looks of things the repo is still referencing a static version of react-native-circular-progress
After I install and run
react-native link
I get this error:(The error was on one line, but I've added some line breaks to make it more readable)
It seems to be that
react-native-circular-progress
can't findART
. I think this is because they use relative imports forART
. I've made a PR at bartgryszko/react-native-circular-progress#69 that fixes this. If/when they merge that PR, this repo should update it's dependency onreact-native-circular-progress
.The text was updated successfully, but these errors were encountered: