Skip to content

Commit 041efe9

Browse files
authored
Merge pull request #55 from Glazzes/dev
Pre release 3.0.0
2 parents 7b3a32a + 1e1a739 commit 041efe9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2266
-1619
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
- **Limitless**: Smoothly zoom in and out any component you want, you're not limited to images only.
2121
- **Performance:** Smooth gesture interactions powered by Reanimated and Gesture Handler.
22+
- **Customizable:** Highly customizable components, tailor them to your needs.
2223
- **SnapBackZoom:** Zoom in and snap back, this component automatically snaps back to its original position once the gesture ends, making it ideal for previews.
2324
- **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.
2425
- **CropZoom:** An ideal, practical and unopinionated component for image and video cropping needs.

docs/docs/.vitepress/config.mts

+16-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
nav: [
1515
{ text: 'Home', link: '/' },
1616
{
17-
text: '2.1.4',
17+
text: '3.0.0',
1818
items: [
1919
{
2020
text: 'Releases',
@@ -44,18 +44,32 @@ export default defineConfig({
4444
},
4545
{
4646
text: 'Utilities',
47+
collapsed: true,
4748
items: [
4849
{ text: 'useImageResolution', link: '/utilities/useimageresolution' },
50+
{
51+
text: 'useTransformationState',
52+
link: '/utilities/usetransformationstate',
53+
},
4954
{ text: 'getAspectRatioSize', link: '/utilities/getAspectRatioSize' },
5055
],
5156
},
5257
{
5358
text: 'Guides',
59+
collapsed: true,
5460
items: [
5561
{
56-
text: 'Use CropZoom with Expo Image Manipulator',
62+
text: 'CropZoom and Expo Image Manipulator',
5763
link: '/guides/cropzoomexpo',
5864
},
65+
{
66+
text: 'How to use with Skia Components',
67+
link: '/guides/skia',
68+
},
69+
{
70+
text: 'Downscaling Nested Components',
71+
link: '/guides/downscale',
72+
},
5973
],
6074
},
6175
],

docs/docs/assets/extendgestures.jpg

660 KB
Loading

docs/docs/components/cropzoom.md

+182-205
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)