Skip to content

Commit

Permalink
Merge pull request #55 from Glazzes/dev
Browse files Browse the repository at this point in the history
Pre release 3.0.0
  • Loading branch information
Glazzes authored Sep 8, 2024
2 parents 7b3a32a + 1e1a739 commit 041efe9
Show file tree
Hide file tree
Showing 61 changed files with 2,266 additions and 1,619 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

- **Limitless**: Smoothly zoom in and out any component you want, you're not limited to images only.
- **Performance:** Smooth gesture interactions powered by Reanimated and Gesture Handler.
- **Customizable:** Highly customizable components, tailor them to your needs.
- **SnapBackZoom:** Zoom in and snap back, this component automatically snaps back to its original position once the gesture ends, making it ideal for previews.
- **ResumableZoom**: Pick up where you left last time! This component remembers your previous interactions with it, just the same way it works in your Android/IOS OS integrated gallery application, making it ideal for detail screens and gallery screens.
- **CropZoom:** An ideal, practical and unopinionated component for image and video cropping needs.
Expand Down
18 changes: 16 additions & 2 deletions docs/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
{
text: '2.1.4',
text: '3.0.0',
items: [
{
text: 'Releases',
Expand Down Expand Up @@ -44,18 +44,32 @@ export default defineConfig({
},
{
text: 'Utilities',
collapsed: true,
items: [
{ text: 'useImageResolution', link: '/utilities/useimageresolution' },
{
text: 'useTransformationState',
link: '/utilities/usetransformationstate',
},
{ text: 'getAspectRatioSize', link: '/utilities/getAspectRatioSize' },
],
},
{
text: 'Guides',
collapsed: true,
items: [
{
text: 'Use CropZoom with Expo Image Manipulator',
text: 'CropZoom and Expo Image Manipulator',
link: '/guides/cropzoomexpo',
},
{
text: 'How to use with Skia Components',
link: '/guides/skia',
},
{
text: 'Downscaling Nested Components',
link: '/guides/downscale',
},
],
},
],
Expand Down
Binary file added docs/docs/assets/extendgestures.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
387 changes: 182 additions & 205 deletions docs/docs/components/cropzoom.md

Large diffs are not rendered by default.

Loading

0 comments on commit 041efe9

Please sign in to comment.