LayoutAnimation now works on android

Summary: Closes https://github.com/facebook/react-native/pull/6321

Differential Revision: D3017188

fb-gh-sync-id: 809a181b41c5ea6567a105f833b4a9c078b8f226
shipit-source-id: 809a181b41c5ea6567a105f833b4a9c078b8f226
This commit is contained in:
sunnylqm 2016-03-06 09:21:33 -08:00 committed by Facebook Github Bot 0
parent 081a413340
commit d1826dd84d

View File

@ -257,7 +257,6 @@ where the modal was opened from. See the Animations guide for more
information about how to use LayoutAnimation.
Caveats:
- LayoutAnimation only exists on iOS.
- LayoutAnimation only works for fire-and-forget animations ("static"
animations) -- if it must be be interruptible, you will need to use
Animated.