📝 Docs: Update TODO

This commit is contained in:
Dominic Go 2022-05-05 04:52:59 +08:00
parent f2d22541be
commit 2b268671c8

View File

@ -49,6 +49,9 @@
- [ ] **Refactor**: Extract types/components from `RNIWrapperView` to separate files.
- [ ] **Docs**: Add documentation for "Context Menu Preview Auxiliary View".
- [ ] **Refactor**: Move event-related types to their respective files where they're first used.
- [ ] **Refactor**: Update Access Modifiers for Classes/Structs — Make classes/structs public so they can be imported by other code.
- [ ] **Docs**: Update version history.
- [ ] **Refactor**: Use `react-native-ios-utilities`.
---