Skip to content

Commit

Permalink
📝 Docs: Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 30, 2023
1 parent 18159ac commit 2bb51d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@

## TODO - Current Tasks

<br>

- [ ] `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).

<br>

- [x] **Subtask** - `TODO:2023-03-30-15-52-53` - Move deprecated native modal event types from `RNIModalViewEvents` to `RNIModalViewDeprecatedEvents`, and update library imports/exports.
- [ ] **Subtask** - `TODO:2023-03-30-16-25-01` - Impl: `RNIModal.modalIndexPrev`
- [x] **Subtask** - `TODO:2023-03-30-16-25-01` - Impl: `RNIModal.modalIndexPrev`
* **Desc**: Implement in order to support deprecated event object property `modalLevelPrev`.

<br>
Expand Down Expand Up @@ -116,6 +114,10 @@

## TODO - Completed

- [x] `TODO:2023-03-30-20-13-10` - Impl: `UIWindow.windowID`.

<br>

- [x] `TODO:2023-03-28-18-52-17` - Pre-migration to `react-native-ios-utilites`
- [x] **Subtask** - `TODO:2023-03-29-04-34-35` - Copy over `react-native-ios-utilities` native source to `ios/src_library/Temp`.
- [x] **Subtask** - `TODO:2023-03-29-04-50-50` - Copy over `react-native-ios-utilities` js/ts source to `src/temp`.
Expand Down

0 comments on commit 2bb51d3

Please sign in to comment.