Skip to content

Commit 5297307

Browse files
committed
✨ feat: done open-crop
1 parent 3693506 commit 5297307

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ React Native Multiple Image Picker **(RNMIP)** enables application to pick image
3232
| 🔪 | Crop single/multiple image (new) ✨ |
3333
| 🌪 | Scrolling performance. ☕️ |
3434

35+
## Installation
36+
37+
See more [**Installation**](https://baronha.github.io/react-native-multiple-image-picker/getting-started)
38+
3539
## Usage
3640

3741
Here is a simple usage of the Multiple Image Picker. <br/>
38-
See more [**Config**](/config)
42+
See more [**Config**](https://baronha.github.io/react-native-multiple-image-picker/config)
3943

4044
```typescript
4145
import { openPicker, Config } from '@baronha/react-native-multiple-image-picker'
@@ -76,7 +80,7 @@ const onPicker = async () => {
7680
- [x] Dynamic Theme.
7781
- [x] Dynamic Language.
7882
- [ ] Open Camera Controller.
79-
- [ ] Open Crop Controller.
83+
- [x] Open Crop Controller.
8084
- [ ] Open Preview Controller.
8185

8286
## Sponsor & Support ☕️

0 commit comments

Comments
 (0)