Update ANIMATED.mdx

This commit is contained in:
Marc Rousavy
2021-03-05 11:25:05 +01:00
committed by GitHub
parent d365ae1e83
commit 87f871debf

View File

@@ -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.