Open
Description
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
.
Metadata
Metadata
Assignees
Labels
No labels