diff --git a/README.md b/README.md index ff532bc..f1559a8 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,20 @@ React Native Multiple Image Picker **(RNMIP)** enables application to pick image ## Features 🔥 -| 🤩 | ![Logo][Logo] | -| --- | ------------------------------------------------------------------------------ | -| 🐳 | Keep the previous selection. | -| 0️⃣ | Selected order index. | -| 🎨 | UI Customization (numberOfColumn, spacing, primaryColor ... ) | -| 🌚 | Dark Mode, Light Mode | -| 🌄 | Choose multiple images/video. | -| 📦 | Support smart album `(camera roll, selfies, panoramas, favorites, videos...)`. | -| 📺 | Display video duration. | -| 🎆 | Preview image/video. | -| ⛅️ | Support iCloud Photo Library. | -| 🍕 | Crop single/multiple image (new) ✨ | -| 🌪 | Scrolling performance. ☕️ | +| 🤩 | ![Logo][Logo] | +| --- | --------------------------------------------------------------------------------- | +| 🍕 | [**Crop**](/docs/docs/CROP.mdx) single/multiple image. | +| 🎑 | [**Preview**](/docs/docs/PREVIEW.mdx) image/video. | +| 📸 | [**Camera**](/docs/docs/CAMERA.mdx) module for capturing photos and recording videos. | +| 🐳 | Keep the previous selection. | +| 0️⃣ | Selected order index. | +| 🎨 | UI Customization (numberOfColumn, spacing, primaryColor ... ) | +| 🌚 | Dark Mode, Light Mode | +| 🌄 | Choose multiple images/video. | +| 📦 | Support smart album `(camera roll, selfies, panoramas, favorites, videos...)`. | +| 📺 | Display video duration. | +| ⛅️ | Support iCloud Photo Library. | +| 🌪 | Scrolling performance. ☕️ | ## Installation diff --git a/docs/docs/index.md b/docs/docs/index.md index 40e724d..2e4a8eb 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -26,6 +26,9 @@ React Native Multiple Image Picker **(RNMIP)** enables application to pick image | 🤩 | ![Logo][Logo] | | --- | ------------------------------------------------------------------------------ | +| 🍕 | [**Crop**](/docs/docs/CROP.mdx) single/multiple image. | +| 🎑 | [**Preview**](/docs/docs/PREVIEW.mdx) image/video. | +| 📸 | [**Camera**](/docs/docs/CAMERA.mdx) module for capturing photos and recording videos. | | 🐳 | Keep the previous selection. | | 0️⃣ | Selected order index. | | 🎨 | UI Customization (numberOfColumn, spacing, primaryColor ... ) | @@ -33,9 +36,7 @@ React Native Multiple Image Picker **(RNMIP)** enables application to pick image | 🌄 | Choose multiple images/video. | | 📦 | Support smart album `(camera roll, selfies, panoramas, favorites, videos...)`. | | 📺 | Display video duration. | -| 🎆 | Preview image/video. | | ⛅️ | Support iCloud Photo Library. | -| 🍕 | Crop single/multiple image (new) ✨ | | 🌪 | Scrolling performance. ☕️ | ## Sponsor & Support ☕️ diff --git a/package.json b/package.json index 2e49b4b..2186892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@baronha/react-native-multiple-image-picker", - "version": "2.0.5", + "version": "2.1.0", "description": "� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android �", "main": "./lib/commonjs/index.js", "module": "./lib/module/index.js",