Skip to content

Commit

Permalink
✨ feat: release 2.1.0 - Camera
Browse files Browse the repository at this point in the history
  • Loading branch information
baronha committed Dec 18, 2024
1 parent 52384bc commit a8ebcee
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@ 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 ... ) |
| 🌚 | 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. β˜•οΈ |

## Sponsor & Support β˜•οΈ
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a8ebcee

Please sign in to comment.