react-native-button-component
react-native-button-component copied to clipboard
ReactNativeART doesn't exist
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 bgryszko/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
.
@Un3qual Thanks
can we please merge this
@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