From 353e32341b53ef0d43856919e9bb009a59fe80f4 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 20 Jul 2017 20:31:00 -0700 Subject: [PATCH] [docs] fix typo in Animations guide --- docs/Animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Animations.md b/docs/Animations.md index ad93309e6e4ac3..06a522e56122d9 100644 --- a/docs/Animations.md +++ b/docs/Animations.md @@ -472,7 +472,7 @@ manage frame updates for you. ### `setNativeProps` -As mentioned [in the Direction Manipulation section](docs/direct-manipulation.html), +As mentioned [in the Direct Manipulation section](docs/direct-manipulation.html), `setNativeProps` allows us to modify properties of native-backed components (components that are actually backed by native views, unlike composite components) directly, without having to `setState` and