Skip to content

Commit 7af22e9

Browse files
committed
feat: add TODO list
1 parent 552984a commit 7af22e9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

example/src/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)