react-native-phone-number-input
react-native-phone-number-input copied to clipboard
disabled prop is not working on IOS
disabled={true} is not working on IOS, is it tends to work only for IOS and not for android ?
On android, It is not working properly. When I navigate to a screen that uses phone-number-input among other input fields, all of the fields disappear and a huge input field with a place holder "Enter country name" appears instead where it is not possible to type or edit in it. When disabled={false} everything works fine. Any ideas? help? @garganurag893
same issue on android.
I make a PR #26 to resolve it. @garganurag893 could it be merged soon?
I still have this issue @garganurag893, please can you merge @nachozullo's PR