diff --git a/docs/TODO.md b/docs/TODO.md
index 280800f9..48d61615 100644
--- a/docs/TODO.md
+++ b/docs/TODO.md
@@ -8,7 +8,6 @@
-- [ ] `TODO:2023-04-21-23-27-27` - Gloss: Re-Organize/Re-group props based on their relationship, not their type.
- [ ] `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`.
@@ -194,6 +193,8 @@
+- [x] `TODO:2023-04-21-23-27-27` - Gloss: Re-Organize/Re-group props based on their relationship, not their type.
+
- [x] `TODO:2023-03-31-18-33-34` - Unify/streamline/consolidate logic for invoking modal focus/blur.
- [x] **Subtask** - `TODO:2023-03-31-18-37-00` - Impl. `RNIViewControllerLifeCycleNotifiable` protocol.