A framework for building native apps with React. http://facebook.github.io/react-native/
Go to file
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
Examples unify use of password and secureTextEntry for TextInput 2015-04-09 17:17:44 -08:00
IntegrationTests (Xcode) Set indent=2 in all xcodeproj files. 2015-04-01 17:14:45 -08:00
Libraries unify use of password and secureTextEntry for TextInput 2015-04-09 17:17:44 -08:00
React Added random js queue+execution time sampling in react native 2015-04-09 17:04:26 -08:00
jestSupport [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
lint [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
packager [react-packager] Correct module extension regexp 2015-04-09 12:07:23 -08:00
.eslintignore [react-packager][streamline oss] Move open sourced JS source to react-native-github 2015-02-19 21:25:11 -08:00
.eslintrc [ReactNative] Turn of lint warning for constant conditions 2015-04-03 10:04:35 -08:00
.flowconfig [React Native] Sync from github 2015-03-27 22:09:11 -08:00
React.podspec [ReactNative] rename Animation to AnimationExperimental with warning docs 2015-04-04 11:20:45 -08:00
linter.js [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
package.json [react-packager] Implement new style asset packaging (with dimensions) 2015-04-08 13:11:21 -08:00
runXcodeTests.sh [React Native] Sync from github 2015-03-27 22:09:11 -08:00