mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
c831328dcf
Summary: Currently, the documentation shows both `password` and `secureTextEntry` as props for TextInput. However, the `password` prop is only passed to the Android component, so it does not work as expected for iOS developers. This PR prefers `password` over `secureTextEntry` but won't break anybody's code. Closes https://github.com/facebook/react-native/pull/622 Github Author: Will Piers <wpiers@rallydev.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.