AstrOOnauta / react-native-international-phone-number

⚛️ International mobile phone number input component for React Native 📱
https://snack.expo.dev/@astroonauta/react-native-international-phone-number
ISC License
279 stars 52 forks source link

Keyboard pad not closing despite clicking outside the pad. #57

Closed izner32 closed 10 months ago

izner32 commented 10 months ago

It's a problem for iOS since it doesn't have the 'Done' button unlike in Android.

izner32 commented 10 months ago

One workaround I have done is to wrap the entire component with TouchableWithoutFeedback which dismisses keyboard when clicked.

AstrOOnauta commented 10 months ago

Hey @izner32 ...you need add some methods on click on keypad backdrop

Please, check https://github.com/AstrOOnauta/react-native-international-phone-number/issues/15#issuecomment-1730071114 and https://github.com/AstrOOnauta/react-native-international-phone-number/issues/15#issuecomment-1730530503.

🚀 AstrOOnauta 🚀