react-native/Examples
Will Piers c831328dcf unify use of password and secureTextEntry for TextInput
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.
2015-04-09 17:17:44 -08:00
..
2048 [ReactNative] fixup AnimationExperimental a bit 2015-04-08 14:09:32 -08:00
Movies (Xcode) Set indent=2 in all xcodeproj files. 2015-04-01 17:14:45 -08:00
SampleApp Ensure that NSLocationWhenInUseUsageDescription is set, throw error if not 2015-04-08 21:28:16 -08:00
TicTacToe (Xcode) Set indent=2 in all xcodeproj files. 2015-04-01 17:14:45 -08:00
UIExplorer unify use of password and secureTextEntry for TextInput 2015-04-09 17:17:44 -08:00