Skip to content

Commit a8ebcee

Browse files
committed
✨ feat: release 2.1.0 - Camera
1 parent 52384bc commit a8ebcee

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

β€ŽREADME.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@ React Native Multiple Image Picker **(RNMIP)** enables application to pick image
1616

1717
## Features πŸ”₯
1818

19-
| 🀩 | ![Logo][Logo] |
20-
| --- | ------------------------------------------------------------------------------ |
21-
| 🐳 | Keep the previous selection. |
22-
| 0️⃣ | Selected order index. |
23-
| 🎨 | UI Customization (numberOfColumn, spacing, primaryColor ... ) |
24-
| 🌚 | Dark Mode, Light Mode |
25-
| πŸŒ„ | Choose multiple images/video. |
26-
| πŸ“¦ | Support smart album `(camera roll, selfies, panoramas, favorites, videos...)`. |
27-
| πŸ“Ί | Display video duration. |
28-
| πŸŽ† | Preview image/video. |
29-
| ⛅️ | Support iCloud Photo Library. |
30-
| πŸ• | Crop single/multiple image (new) ✨ |
31-
| πŸŒͺ | Scrolling performance. β˜•οΈ |
19+
| 🀩 | ![Logo][Logo] |
20+
| --- | --------------------------------------------------------------------------------- |
21+
| πŸ• | [**Crop**](/docs/docs/CROP.mdx) single/multiple image. |
22+
| πŸŽ‘ | [**Preview**](/docs/docs/PREVIEW.mdx) image/video. |
23+
| πŸ“Έ | [**Camera**](/docs/docs/CAMERA.mdx) module for capturing photos and recording videos. |
24+
| 🐳 | Keep the previous selection. |
25+
| 0️⃣ | Selected order index. |
26+
| 🎨 | UI Customization (numberOfColumn, spacing, primaryColor ... ) |
27+
| 🌚 | Dark Mode, Light Mode |
28+
| πŸŒ„ | Choose multiple images/video. |
29+
| πŸ“¦ | Support smart album `(camera roll, selfies, panoramas, favorites, videos...)`. |
30+
| πŸ“Ί | Display video duration. |
31+
| ⛅️ | Support iCloud Photo Library. |
32+
| πŸŒͺ | Scrolling performance. β˜•οΈ |
3233

3334
## Installation
3435

β€Ždocs/docs/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,17 @@ React Native Multiple Image Picker **(RNMIP)** enables application to pick image
2626

2727
| 🀩 | ![Logo][Logo] |
2828
| --- | ------------------------------------------------------------------------------ |
29+
| πŸ• | [**Crop**](/docs/docs/CROP.mdx) single/multiple image. |
30+
| πŸŽ‘ | [**Preview**](/docs/docs/PREVIEW.mdx) image/video. |
31+
| πŸ“Έ | [**Camera**](/docs/docs/CAMERA.mdx) module for capturing photos and recording videos. |
2932
| 🐳 | Keep the previous selection. |
3033
| 0️⃣ | Selected order index. |
3134
| 🎨 | UI Customization (numberOfColumn, spacing, primaryColor ... ) |
3235
| 🌚 | Dark Mode, Light Mode |
3336
| πŸŒ„ | Choose multiple images/video. |
3437
| πŸ“¦ | Support smart album `(camera roll, selfies, panoramas, favorites, videos...)`. |
3538
| πŸ“Ί | Display video duration. |
36-
| πŸŽ† | Preview image/video. |
3739
| ⛅️ | Support iCloud Photo Library. |
38-
| πŸ• | Crop single/multiple image (new) ✨ |
3940
| πŸŒͺ | Scrolling performance. β˜•οΈ |
4041

4142
## Sponsor & Support β˜•οΈ

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baronha/react-native-multiple-image-picker",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"description": "οΏ½ react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android οΏ½",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
Β (0)