picker icon indicating copy to clipboard operation
picker copied to clipboard

requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager.

Open chinmayk3 opened this issue 3 years ago • 1 comments

Trying to create simple Picker in react native .

  • import {Picker} from '@react-native-picker/picker'; <Picker onValueChange={(itemValue, itemIndex) => //setSelectedLanguage(itemValue) console.log(itemValue) }> <Picker.Item label="Java" value="java" /> <Picker.Item label="JavaScript" value="js" /> </Picker>

chinmayk3 avatar Dec 21 '21 13:12 chinmayk3

For android I got it resolved by restarting the metro server and reinstalling the build to the emulator. credits

Kunj-Choksi avatar Jan 30 '22 19:01 Kunj-Choksi