Answers for "Invariant Violation: Tried to register two views with the same name RNCAndroidDialogPicker"

0

Invariant Violation: Tried to register two views with the same name RNCAndroidDialogPicker

//if this happens you need to do the following
//npm uninstall --save-dev @react-native-picker/picker
//after that use expo to install it.
//expo install @react-native-picker/picker


//and do not just wright expo i @react-native-picker/picker.
//if you do it will try to make a new project
Posted by: Guest on October-18-2021

Code answers related to "Invariant Violation: Tried to register two views with the same name RNCAndroidDialogPicker"

Browse Popular Code Answers by Language