diff --git a/releases/next/docs/animations.html b/releases/next/docs/animations.html index a7828bcc354..b13a426422d 100644 --- a/releases/next/docs/animations.html +++ b/releases/next/docs/animations.html @@ -192,7 +192,7 @@ You can also take a look at the Additional examples #
The RNTester app has various examples of Animated in use:
LayoutAnimation API #LayoutAnimation allows you to globally configure create and update
+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.
This is useful for doing flexbox layout updates without bothering to measure or
calculate specific properties in order to animate them directly, and is
diff --git a/support.html b/support.html
index 9e2578c47a1..98c456fdc90 100644
--- a/support.html
+++ b/support.html
@@ -1,4 +1,4 @@
-