From b3c1480d648474bb97a6dd9514836ffd643e5ce4 Mon Sep 17 00:00:00 2001
From: Dominic Go <18517029+dominicstop@users.noreply.github.com>
Date: Fri, 12 Nov 2021 07:37:02 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20`TODO`?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/TODO.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/docs/TODO.md b/docs/TODO.md
index 95a708f..53f4c25 100644
--- a/docs/TODO.md
+++ b/docs/TODO.md
@@ -8,8 +8,12 @@
- [ ] **Cleanup**: Breaking Change — Remove legacy support for icon config shorthand/shortcut that was added temporarily when migrating between the older version.
- [ ] **Cleanup**: Remove `RCTSwiftLog` Usage.
- [ ] **Cleanup**: Remove print logs.
-- [ ] **Cleanup**: Cleanup native-related code.
- * Remove usage of objective-c types in swift code (except for `NSDictionary`).
+
+
+
+- [ ] **Refactor**: Update logic for handling `URI` images.
+- [ ] **Refactor**: Refactor to use typescript + add type annotations.
+- [ ] **Refactor**: Refactor example to use typescript.
@@ -18,6 +22,9 @@
* Remove numbered subsections.
* Move links to files out of the section title.
+ * Temporarily strip out links to section (i.e. replace with `PLACEHOLDER_LINK`).
+ * Add versions table.
+ * Remove collapsable sections.
@@ -42,6 +49,7 @@
- [x] (Commit: `d1c8277`) **Sync**: Update `UIColor+Helpers.swift` to use the newer code in `react-native-ios-context-menu`.
- [x] (Commit: `59d4faf`) **Refactor**: Migrate `Extension+Init`-related types to use failable initializers instead of static functions.
- [x] (Commit: `7bb8148`) **Cleanup**: Update `MARK` comments in native code.
+- [x] (Commit: `873b61a`) **Cleanup**: Cleanup swift types (e.g. `NSString` -> `String`).
---