diff --git a/docs/TODO.md b/docs/TODO.md
index 48d61615..11960b3f 100644
--- a/docs/TODO.md
+++ b/docs/TODO.md
@@ -8,16 +8,6 @@
-- [ ] `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`.
-
-
-
-- [ ] `TODO:2023-04-22-00-01-50` - Optimization - Add flag for caching the view-controller tree
-
-
-
- [ ] `TODO:2023-04-20-23-58-24` - Impl. sheets + detents.
* Research
@@ -133,6 +123,18 @@
+- [ ] `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`.
+
+
+
+- [ ] `TODO:2023-04-22-00-01-50` - Optimization - Add flag for caching the view-controller tree.
+
+
+
- [ ] `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.