diff --git a/docs/docs/.vitepress/config.mts b/docs/docs/.vitepress/config.mts index 8f19a7f..f532fef 100644 --- a/docs/docs/.vitepress/config.mts +++ b/docs/docs/.vitepress/config.mts @@ -14,7 +14,7 @@ export default defineConfig({ nav: [ { text: 'Home', link: '/' }, { - text: '3.1.0', + text: '4.0.0', items: [ { text: 'Releases', @@ -46,12 +46,12 @@ export default defineConfig({ text: 'Utilities', collapsed: true, items: [ + { text: 'fitContainer', link: '/utilities/fitContainer' }, { text: 'useImageResolution', link: '/utilities/useimageresolution' }, { text: 'useTransformationState', link: '/utilities/usetransformationstate', }, - { text: 'getAspectRatioSize', link: '/utilities/getAspectRatioSize' }, ], }, { diff --git a/docs/docs/components/gallery.md b/docs/docs/components/gallery.md index 916312e..a999a92 100644 --- a/docs/docs/components/gallery.md +++ b/docs/docs/components/gallery.md @@ -14,7 +14,8 @@ A practical gallery component which mimics Telegram's gallery behavior, among it - **Tap to Item:** Tap on the edges of an item to go to the previous or next item. - **Custom Scroll Transition**: Customize scroll behavior with your own transitions. -The next video footage is taken from the [Example app](https://github.com/Glazzes/react-native-zoom-toolkit/tree/main/example). +The next video footage is taken from the [Example app](https://github.com/Glazzes/react-native-zoom-toolkit/tree/main/example) +while using a custom transition.