File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,12 @@ Get an Array value only(Only works when ```singleSelectedMode === false```). If
194194## To Do
195195
196196- [x] Crop Image in iOS.
197- - [x] Preview Controller for ` iOS `
198- - [x] Handle Permission when limited on ` iOS `
197+ - [x] Preview Controller for ` iOS ` .
198+ - [x] Handle Permission when limited on ` iOS ` .
199+ - [ ] Migrating Library to the New Architecture.
199200- [ ] Open Camera Controller.
200201- [ ] Open Crop Controller.
202+ - [ ] Open Preview Controller.
201203
202204## Performance
203205
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ export default function App() {
4949 singleSelectedMode,
5050 isCrop : true ,
5151 usedCameraButton : false ,
52- mediaType : 'video' ,
5352 } ) ;
5453
5554 const crop = response . crop ;
You can’t perform that action at this time.
0 commit comments