progress-view
progress-view copied to clipboard
"RNCProgressView" was not found
Invariant Violation: requireNativeComponent: "RNCProgressView" was not found in the UIManager.

version: "@react-native-community/progress-view": "^1.2.3", "react": "16.13.1", "react-native": "0.63.2",
@Don-oneself You may need to run pod install in your ios folder
@Naturalclar What if you're running in an expo managed project, not xcode? I'm not using pod at all... I'm starting to learn the differences between "bare" and "managed" expo projects, but still new to mobile app dev in general
@stanjdev Unfortunately, this module is not supported for expo managed project. Expo managed project only supports certain Native Modules, and this module isn't one of them.
For Expo managed projects, I'd recommend using https://github.com/EvanBacon/expo-progress :+1:
I'm getting the same error. I've tried pod installing, cleaning derived data and nuking node modules and pods dir.
Just removing app from emulator and installing app again solved my issue