Skip to content

Commit

Permalink
chore: update documentation version
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazzes committed Jun 6, 2024
1 parent 23ff436 commit b0c1489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{text: '1.2.0', items: [
{text: '1.2.3', items: [
{text: 'Releases', link: 'https://github.com/Glazzes/react-native-zoom-toolkit/releases'},
{text: 'Contributing', link: 'https://github.com/Glazzes/react-native-zoom-toolkit/blob/main/CONTRIBUTING.md'},
]}
Expand Down
4 changes: 3 additions & 1 deletion docs/docs/components/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ The next video footage is taken from the [Example app](https://github.com/Glazze
The following example is a full screen image gallery.

::: tip Remember
Follow React Native's [performance recommendations](https://reactnative.dev/docs/optimizing-flatlist-configuration#list-items) for list components.
- Follow React Native's [performance recommendations](https://reactnative.dev/docs/optimizing-flatlist-configuration#list-items) for list components.

- Each cell is as big as the size of the `Gallery` component itself.
:::

::: code-group
Expand Down

0 comments on commit b0c1489

Please sign in to comment.