thegamenicorus / react-native-phone-input

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

Add focus feature and ReturnKey Done Option #73

Open cKurultayKalkan opened 5 years ago

cKurultayKalkan commented 5 years ago

Hello All,

I've added focus option and also Returnkey option.

Send A Boolean Value to PhoneInput focus prop to focus or blur. And also if react-native version is bigger than 0.47, you can set Done button for numpad.

Hope it helps 👍