diff --git a/docs/TODO.md b/docs/TODO.md index af8ef7e0..8cc6f602 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -8,10 +8,6 @@
-- [ ] `TODO:2023-05-03-20-17-56` - Refactor: Types - Typescript type names should match native type names that they are representing. - -
- - [ ] `TODO:2023-05-01-19-12-26` - Implement: `ModalView` events - [x] **Subtask** - `TODO:2023-05-01-19-13-50` - Impl. `ModalVie.onModalDidSnap` event. - [x] **Subtask** - `TODO:2023-04-22-05-29-40` - Impl. modal event `onModalSwipeGestureStart` + `onModalSwipeGestureDidEnd`. @@ -105,6 +101,10 @@
+- [x] `TODO:2023-05-03-20-17-56` - Refactor: Types - Typescript type names should match native type names that they are representing. + +
+ - [x] `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).