From 783a3db596009ddf5eea555711ff0e6c056a100b Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:41:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20Update=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/TODO.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index 59ba20ec..36433968 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -22,8 +22,6 @@ - [x] **Subtask** - `TODO:2023-04-07-06-10-22` Refactor - Replace `RNIModalState.isModalPresented` w/ `RNIModalPresentationState`. - [x] **Subtask** -`TODO:2023-03-31-18-33-43` - Refactor `RNIModalManager` focus/blur logic to not rely on "modal index". - - [ ] **Subtask** - `TODO:2023-04-08-20-06-31` - Impl. modal fous state. - - [ ] Subtask - `TODO:` - Refactor to use "modal focus state" (i.e. `RNIModalFocusState`.) - [ ] **Subtask** -`TODO:2023-03-31-18-33-52` - Add modal event object property - `triggeredVia`: `programmatic`, `gesture`, `request`, `reordering`, etc.