From e4803d2f79f17862ac32b9960e9b2a0cd8130acc Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Fri, 31 Mar 2023 18:34:55 +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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index dea2a8d5..6f4b6d2c 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -6,6 +6,14 @@ ## TODO - Current Tasks +- [ ] `TODO:2023-03-31-18-33-34` - Unify/streamline/consolidate logic for invoking modal focus/blur. + - [ ] `TODO:2023-03-31-18-34-23` - Impl. modal focus/blur invocation state + - [ ] `TODO:2023-03-31-18-33-43` - Move all `RNIModalManager` focus/blur logic into `onModalDidFocusNotification` and `onModalDidBlurNotification` +- [ ] `TODO:2023-03-31-18-34-31` - modal event object - is user initiated +- [ ] `TODO:2023-03-31-18-33-52` - modal event object - via: programmatic, gesture, request + +
+ - [ ] `TODO:2023-03-04-13-15-11` - Refactor: Update Modal Events * **Desc**: Refactor `RNIModalView` events to use "will/did" prefix, update the modal event objects, and deprecate old event names (for backwards compatibility).