-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Country code disappear on input #110
Comments
Hi, This bug is also observed with the version 0.2.4, using the Custom Library Picker example from the Readme: https://github.com/thegamenicorus/react-native-phone-input/blob/master/examples/CustomLibraryPicker/app.js |
I was having the same issue with version 0.2.4, so I have downgraded to the most recent stable version which is 0.2.2. In your case @JordanProtin , I think the issue is related to textProps. |
I think it is after merge of #102 where a new state variable was introduced and passed to to |
@mohmdalfaha its not appearing on 0.2.2 also |
it is appearing on 0.2.2. Commit fc938a6 |
@simonasdev I checked on this, country code not appearing on this |
@simonasdev I reset my cache, its appearing |
We also downgraded to 0.2.2 because of this inconsistency. |
I'm using the example model, I downgraded to 0.2.2 and reset the cache but still not working for me |
Remove the module then reinstall it again |
@affanhashone It worked, Thanks |
After downgrade to 0.2.2 , run |
From few days ago, country code doesn't appear on phone input :
Is this bug in relation with the new release ?
My
package.json
contains "react-native-phone-input": "^0.2.1"EDIT : reproduce code
The text was updated successfully, but these errors were encountered: