react-native-button-component icon indicating copy to clipboard operation
react-native-button-component copied to clipboard

ReactNativeART doesn't exist

Open Un3qual opened this issue 7 years ago • 3 comments

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 avatar Jun 29 '17 05:06 Un3qual

@Un3qual Thanks

jacklam718 avatar Jun 29 '17 06:06 jacklam718

can we please merge this

nikitph avatar Oct 05 '17 21:10 nikitph

@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

zeroed-tech avatar Jan 02 '20 08:01 zeroed-tech