docs: Move ANIMATED -> ZOOMING

This commit is contained in:
Marc Rousavy 2021-06-09 12:46:26 +02:00
parent 8e520c42fe
commit 48a97eccdd
4 changed files with 4 additions and 4 deletions

View File

@ -174,4 +174,4 @@ Make sure to add this to your Debug-, as well as your Release-configuration.
<br />
#### 🚀 Next section: [Zooming with Reanimated](/docs/guides/animated) (or [creating a Frame Processor Plugin](/docs/guides/frame-processors-plugins-overview))
#### 🚀 Next section: [Zooming](/docs/guides/zooming) (or [creating a Frame Processor Plugin](/docs/guides/frame-processors-plugins-overview))

View File

@ -49,4 +49,4 @@ You have to restart metro-bundler for changes in the `babel.config.js` file to t
<br />
#### 🚀 Next section: [Zooming with Reanimated](/docs/guides/animated)
#### 🚀 Next section: [Zooming](/docs/guides/zooming)

View File

@ -1,5 +1,5 @@
---
id: animated
id: zooming
title: Zooming
sidebar_label: Zooming
---

View File

@ -18,7 +18,7 @@ module.exports = {
'guides/frame-processor-plugin-list'
]
},
'guides/animated',
'guides/zooming',
'guides/focusing',
'guides/errors',
'guides/troubleshooting',