We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using react-native-phone-number-input ^2.1.0, works fine on Android, on iPhone not opening keyboard after clicking on the field
iOS version: 13
Component usage:
<PhoneInput defaultCode ='US' backgroundColor = 'white' containerStyle = {{ width: '100%', height: 50, fontSize : 60, fontWeight : 'bold', marginTop : -5, borderBottomWidth: 2, borderBottomColor: mainColor, }} textContainerStyle={{ backgroundColor: 'white', borderBottomColor: 'white', marginTop : -5, }} textInputProps = {{showSoftInputOnFocus: false}} autoFocus={false} onChangeFormattedText={setValue} value={props.value} onChangeText={setValue} placeholder={props.placeholder} />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using react-native-phone-number-input ^2.1.0, works fine on Android, on iPhone not opening keyboard after clicking on the field
iOS version: 13
Component usage:
The text was updated successfully, but these errors were encountered: