From d3dd3470d769e281a47f1b9c1f0fe946ef27095a Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Fri, 12 May 2023 14:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20Update=20`TODO`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index f8817b99..62b2590e 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -8,6 +8,11 @@
+- [ ] `TODO:2023-05-12-14-11-25` - Refactor: Replace `RNIModalViewModule.dismissModalByID` w/ `setModalVisibilityByID`. +- [ ] `TODO:2023-05-12-14-40-46` - Refactor: Update `RNIModalViewModule` functions to use promises. + +
+ - [ ] `TODO:2023-05-05-07-05-20` - Impl: Update `RNIComputableSize` - Add `minSize`, and `maxSize`.