gimmickless / iyiye-native-app

Native app for iyiye
MIT License
1 stars 0 forks source link

Disabling Android suggestions for TextInput without keyboardType #3

Open vahdet opened 4 years ago

vahdet commented 4 years ago

In order to disable TextInput suggestions and text underlining in Android, autoCorrect={false} is not enough, we have to add keyboardType="visible-password". When it is resolved, this keyboardType workaround can be removed.