react-native/React/Modules
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
..
RCTAlertManager.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTAlertManager.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTAppState.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTAppState.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTAsyncLocalStorage.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTAsyncLocalStorage.m Fix a crash in RCTAsyncLocalStorage when the value is not a string. 2015-03-31 15:09:05 -08:00
RCTExceptionsManager.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTExceptionsManager.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTSourceCode.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTSourceCode.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTStatusBarManager.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTStatusBarManager.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTTiming.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTTiming.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTUIManager.h Revert .buckversion bumps. 2015-03-26 11:02:54 -08:00
RCTUIManager.m Adding `scrollWithoutAnimationTo` method for ScrollViews 2015-03-31 16:11:40 -08:00