-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"RNCProgressView" was not found #51
Comments
@Don-oneself You may need to run |
@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 For Expo managed projects, I'd recommend using https://github.com/EvanBacon/expo-progress 👍 |
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 |
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",
The text was updated successfully, but these errors were encountered: