react-native/React
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
..
Base [TextInput] returnKeyType, enablesReturnKeyAutomatically, secureTextEntry, more keyboardTypes 2015-03-30 18:13:30 -08:00
Executors [React Kit] Remove embarrassing TODOs 2015-03-26 10:33:05 -08:00
Layout [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
Modules Adding `scrollWithoutAnimationTo` method for ScrollViews 2015-03-31 16:11:40 -08:00
React.xcodeproj [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
Views Expose html prop on WebView 2015-03-31 10:09:04 -08:00