react-native/Libraries/Components
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
..
ActivityIndicatorIOS flowified Libraries from Avik 2015-03-25 12:44:28 -08:00
DatePicker flowified Libraries from Avik 2015-03-25 12:44:28 -08:00
MapView [react-native] map view - add onTouch** props 2015-03-31 16:52:49 -08:00
Navigation NavigatorIOS navigationBarHidden property support 2015-04-09 08:46:14 -08:00
ScrollView Adding `scrollWithoutAnimationTo` method for ScrollViews 2015-03-31 16:11:40 -08:00
SliderIOS add maximumValue and minimumValue as valid attributes for native Slider 2015-04-03 12:10:30 -08:00
StatusBar [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
SwitchIOS flowified Libraries from Avik 2015-03-25 12:44:28 -08:00
TabBarIOS [ReactNative] Cleanup TabBar and its example 2015-04-02 13:51:59 -08:00
TextInput unify use of password and secureTextEntry for TextInput 2015-04-09 17:17:44 -08:00
Touchable [ReactNative] fixup AnimationExperimental a bit 2015-04-08 14:09:32 -08:00
View add @flow back to View.js 2015-04-03 11:00:51 -08:00
WebView [react_native] JS files from D1980312: [react_native] Fix webview 2015-04-09 15:21:13 -08:00
ScrollResponder.js [madman] prevent pulling the content down inconsistently when the keyboard shows up 2015-04-03 11:09:20 -08:00
StaticRenderer.js flowified Libraries from Avik 2015-03-25 12:44:28 -08:00
Subscribable.js [ReactNative] Revert high-level Subscribable 2015-04-06 21:58:47 -08:00