TronNatthakorn / react-native-wheel-pick

Apache License 2.0
183 stars 86 forks source link

How can I use in Expo? #9

Closed somilmathur closed 2 years ago

somilmathur commented 4 years ago

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

TronNatthakorn commented 2 years ago

This project not support expo.

https://github.com/TronNatthakorn/react-native-wheel-pick/issues/1

seyistry commented 1 year ago

to use this in Expo, you will have to create Expo development build

sleekLancelot commented 8 months ago

to use this in Expo, you will have to create Expo development build

Hi, were you able to get it to work on a dev-client? I use a dev client and after another dev build I still get an error. Invariant Violation: requireNativeComponent: "RNCPicker" was not found in the UIManager.

sleekLancelot commented 8 months ago

to use this in Expo, you will have to create Expo development build

Hi, were you able to get it to work on a dev-client? I use a dev client and after another dev build I still get an error. Invariant Violation: requireNativeComponent: "RNCPicker" was not found in the UIManager.

Turns out the error was from another package 'react-native-swift'. I unistalled it, created another build and it worked.