From 87f871debfd689412675d49af9af5a7ebc09bc33 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Fri, 5 Mar 2021 11:25:05 +0100 Subject: [PATCH] Update ANIMATED.mdx --- docs/docs/ANIMATED.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/ANIMATED.mdx b/docs/docs/ANIMATED.mdx index 60d29ad..7fbf92a 100644 --- a/docs/docs/ANIMATED.mdx +++ b/docs/docs/ANIMATED.mdx @@ -70,7 +70,7 @@ export function App() { } ``` -### Implementation +### Explanation 1. The `Camera` is converted to a reanimated Camera using `Reanimated.createAnimatedComponent` 2. The `zoom` property is added to the whitelisted native props to make it animatable.