rili-live / react-native-phone-input

Phone input box for React Native
https://www.npmjs.com/package/react-native-phone-input
MIT License
42 stars 54 forks source link

Tried to register two views with the same name RNCAndroidDropdownPicker #5

Closed Goowwy closed 3 years ago

Goowwy commented 3 years ago

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

how can i solve it?

zizzle6717 commented 3 years ago

Try renaming the picker you are importing. For example import CountryPicker, { CountryCode } from 'react-native-country-picker-modal'; https://stackoverflow.com/questions/65466440/invariant-violation-tried-to-register-two-views-with-the-same-name-rncandroiddr

PTBYSR commented 1 year ago

Goowwy

Were you able to get it fixed? I'm getting the same problem, But the difference is that, just by importing it I get the error message. Invariant Violation: Tried to register two views with the same name RNCAndroidDialogPicker

ycldz commented 4 months ago

Can you tell me if you have found a solution?