Skip to content
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

Open
Don-oneself opened this issue Nov 25, 2020 · 5 comments
Open

"RNCProgressView" was not found #51

Don-oneself opened this issue Nov 25, 2020 · 5 comments

Comments

@Don-oneself
Copy link

Invariant Violation: requireNativeComponent: "RNCProgressView" was not found in the UIManager.

image
image

version:
"@react-native-community/progress-view": "^1.2.3",
"react": "16.13.1",
"react-native": "0.63.2",

@Naturalclar
Copy link
Member

@Don-oneself You may need to run pod install in your ios folder

@stanjdev
Copy link

stanjdev commented Dec 1, 2020

@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

@Naturalclar
Copy link
Member

@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 👍

@RyanPliske
Copy link

RyanPliske commented Dec 16, 2021

I'm getting the same error. I've tried pod installing, cleaning derived data and nuking node modules and pods dir.

@lokeshdesai403
Copy link

Just removing app from emulator and installing app again solved my issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants