picker
picker copied to clipboard
invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager
ios working fine but android returns this error : nvariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager
Have you tried rebuilding the app for android?
Just reinstall the @react-native-picker/picker alone and try to rebuild the app. It should work. It worked in my case.
don't forget: Mostly automatic installation $ react-native link @react-native-picker/picker