From 76b38f926b65309c50a1e48ebdfb4e079abd54ba Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Not everything you can do with Animated is currently supported by the native driver.
The main limitation is that you can only animate non-layout properties:
-things like transform, opacity and backgroundColor will work, but flexbox and position properties will not.
+things like transform and opacity will work, but flexbox and position properties will not.
When using Animated.event, it will only work with direct events and not bubbling events.
This means it does not work with PanResponder but does work with things like ScrollView#onScroll.
The RNTester app has various examples of Animated in use:
LayoutAnimation API #LayoutAnimation allows you to globally configure create and update
animations that will be used for all views in the next render/layout cycle.