farazshaikh / react-native-country-code-telephone-input

International telephone number picker component for react-native
MIT License
23 stars 15 forks source link

calling focus on a null object #3

Open uriva opened 6 years ago

uriva commented 6 years ago

Hi, I have this error:

com.facebook.react.common.JavascriptException: null is not an object (evaluating 'e.textInputPhoneNumber.focus')

I suspect the culprit is this:

https://github.com/farazshaikh/react-native-country-code-telephone-input/blob/4d1994287ea2d50c795c05f84f2db0dd1f4296ce/react-native-telephone-input/phonenumberpicker.js#L212