progress-view icon indicating copy to clipboard operation
progress-view copied to clipboard

"RNCProgressView" was not found

Open Don-oneself opened this issue 4 years ago • 5 comments
trafficstars

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",

Don-oneself avatar Nov 25 '20 02:11 Don-oneself

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

Naturalclar avatar Nov 29 '20 09:11 Naturalclar

@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 avatar Dec 01 '20 04:12 stanjdev

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

Naturalclar avatar Dec 01 '20 04:12 Naturalclar

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

RyanPliske avatar Dec 16 '21 20:12 RyanPliske

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

lokeshdesai403 avatar May 17 '22 11:05 lokeshdesai403