React Native version:
System:
OS: Linux 4.15 Linux Mint 19.1 (Tessa)
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Memory: 5.34 GB / 15.51 GB
Shell: 2.7.1 - /usr/bin/fish
Binaries:
Node: 10.16.3 - /usr/bin/node
Yarn: 1.17.3 - ~/.yarn/bin/yarn
npm: 6.11.3 - /usr/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
npmPackages:
react: 16.9.0 => 16.9.0
react-native: 0.61.2 => 0.61.2
npmGlobalPackages:
create-react-native-web-app: 0.1.14
react-native-cli: 2.0.1
react-native-create-library: 3.1.2
Steps To Reproduce
- Just use
secureTextEntry + keyboardType
<TextInput secureTextEntry keyboardType="email-address"/>
<TextInput secureTextEntry keyboardType="phone-pad"/>
- Now you will see that on Android when
keyboardType is email-address or phone-pad value visible for users.


Describe what you expected to happen:
Should work the same as iOS
Snack & code example:
https://snack.expo.io/@retyui/2793f1
Links
React Native version:
Steps To Reproduce
secureTextEntry+keyboardTypekeyboardTypeisemail-addressorphone-padvalue visible for users.Describe what you expected to happen:
Should work the same as iOS
Snack & code example:
https://snack.expo.io/@retyui/2793f1
Links