Skip to content

Commit

Permalink
📝 Docs: Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 21, 2023
1 parent 7fe60c8 commit 5e0d6d5
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@

<br>

- [ ] `TODO:2023-04-21-23-42-42` - Deprecate `presentViaMount`
- [ ] `TODO:2023-04-21-23-42-49` - Add prop to disable user-interaction from modal
* Can be achieved via `UIView.userInteractionEnabled`, or via `RCTTouchHander.isEnabled`.

<br>

- [ ] `TODO:2023-04-22-00-01-50` - Optimization - Add flag for caching the view-controller tree

<br>

- [ ] `TODO:2023-04-20-23-58-24` - Impl. sheets + detents.

* Research
Expand Down Expand Up @@ -133,6 +123,18 @@

<br>

- [ ] `TODO:2023-04-21-23-42-42` - Deprecate `presentViaMount`
- [ ] `TODO:` - Deprecate `ModalView.setVisibility``childProps`, and replace with `ModalContext.modalContentProps`.
- [ ] `TODO:` - Update `ModalView.setVisibility` - Add options params + `shouldTemporarilyDisableSwipeGestureWhileTransitioning`.
- [ ] `TODO:2023-04-21-23-42-49` - Add prop to disable user-interaction from modal
* Can be achieved via `UIView.userInteractionEnabled`, or via `RCTTouchHander.isEnabled`.

<br>

- [ ] `TODO:2023-04-22-00-01-50` - Optimization - Add flag for caching the view-controller tree.

<br>

- [ ] `2023-03-24-00-37-23` Refactor: Use `react-native-utilities`

* **Desc**: Update `react-native-ios-modal` to use `react-native-utilities` as a peer dependency.
Expand Down

0 comments on commit 5e0d6d5

Please sign in to comment.