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 e1719cb commit c862e58
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

## TODO - Current Tasks

- [ ] `TODO:2023-03-04-13-02-45` Refactor: Rename `ModalView.autoCloseOnUnmount` prop to `shouldAutoCloseOnUnmount`.

<br>

- [ ] `TODO:2023-03-04-13-15-11` - Refactor: Update Modal Events
Expand All @@ -17,12 +15,13 @@
<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.
- [ ] `TODO:2023-03-30-16-25-01` - Impl: `RNIModal.modalIndexPrev`
- [ ] **Subtask** - `TODO:2023-03-30-16-25-01` - Impl: `RNIModal.modalIndexPrev`
* **Desc**: Implement in order to support deprecated event object property `modalLevelPrev`.

<br>

- [ ] **Subtask** - `TODO:2023-03-04-13-06-27` Impl: Update `RNIModalView` Native Events
- [ ] **Subtask** - `TODO:2023-03-30-19-18-20` - Impl: Create `RNIModalDeprecatedBaseEventData`.
- [ ] **Subtask** - `TODO:2023-03-04-13-06-27` - Impl: Update `RNIModalView` Native Events.
- [ ] **Subtask** - `TODO:2023-03-30-15-52-42` - Update typescript types for modal event objects to match native event object.
- [ ] **Subtask** - `TODO:2023-03-30-15-53-01` - Add `deprecated` suffix to event types in `RNIModalViewDeprecatedEvents`.
- [ ] **Subtask** - `TODO:2023-03-30-15-53-13` - Remove `RNIModalView.onModalDismiss`.
Expand Down Expand Up @@ -55,6 +54,10 @@

<br>

- [ ] `TODO:2023-03-04-13-02-45` Refactor: Rename `ModalView.autoCloseOnUnmount` prop to `shouldAutoCloseOnUnmount`.

<br>

- [ ] `2023-03-24-00-37-23` Refactor: Use `react-native-utilities`

* **Desc: Update `react-native-ios-modal` to use `react-native-utilities` as a peer dependency.
Expand Down

0 comments on commit c862e58

Please sign in to comment.