react-native/Libraries/Components
Charlie Cheever 774442efd2 Adding `scrollWithoutAnimationTo` method for ScrollViews
Summary:
Implementing the consensus approach from the comments on
this PR:
https://github.com/facebook/react-native/pull/486

We use a boolean flag in the Obj-C code to determine whether
to animate or not, and then provide two public JS functions
that call the Obj-C with or without the flag.
Closes https://github.com/facebook/react-native/pull/509
Github Author: Charlie Cheever <ccheever@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-03-31 16:11:40 -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 flowified Libraries from Avik 2015-03-25 12:44:28 -08:00
Navigation flowified Libraries from Avik 2015-03-25 12:44:28 -08:00
ScrollView Adding `scrollWithoutAnimationTo` method for ScrollViews 2015-03-31 16:11:40 -08:00
SliderIOS Added explicit types for all view properties 2015-03-25 21:20:24 -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] License headers and renaming 2015-03-26 00:34:14 -08:00
TextInput [TextInput] returnKeyType, enablesReturnKeyAutomatically, secureTextEntry, more keyboardTypes 2015-03-30 18:13:30 -08:00
Touchable Fixing TouchableOpacity and TouchableHighlight documentation 2015-03-28 15:18:31 -08:00
View [react-native] Support returning null from a component 2015-03-31 01:33:44 -08:00
WebView Expose html prop on WebView 2015-03-31 10:09:04 -08:00
ScrollResponder.js Remove duplication in ScrollResponder.js | Edward Kim 2015-03-27 09:30:18 -08:00
StaticRenderer.js flowified Libraries from Avik 2015-03-25 12:44:28 -08:00
Subscribable.js flowified Libraries from Avik 2015-03-25 12:44:28 -08:00