Skip to content

Commit

Permalink
📝 Docs: Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 26, 2023
1 parent b208df5 commit c75e636
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TODO
# TODO - `react-native-ios-modal`

☀️☁️

Expand All @@ -8,6 +8,10 @@

<br>

- [ ] `TODO:2023-04-26-07-30-15` - Impl. `RNIComputableValue`

<br>

- [ ] `TODO:2023-04-20-23-58-24` - Impl. sheet-related props.
- [x] **Subtask** - `TODO:2023-04-21-00-43-59` - Impl. prop `sheetDetents`.
- [x] **Subtask** - `TODO:2023-04-21-23-23-32` - Impl. prop `sheetPrefersScrollingExpandsWhenScrolledToEdge`.
Expand All @@ -20,7 +24,7 @@
- [x] **Subtask** - `TODO:2023-04-21-23-24-39` - Impl. prop `sheetShouldAnimateChanges`.
- [x] **Subtask**: `TODO:2023-04-21-23-26-13` - Impl. modal event `onModalDetentDidCompute`.
- [x] **Subtask**: `TODO:2023-04-22-06-24-51` - Impl. modal event `onModalDidChangeSelectedDetentIdentifier`
- [ ] **Subtask** - `TODO:2023-04-21-00-31-46` - Impl. modal content prop `modalPreferredContentSize`.
- [ ] **Subtask** - `TODO:2023-04-21-00-31-46` - Impl. modal content prop `modalContentPreferredContentSize`.
* For example, `UIModalPresentationStyle.pageSheet` uses an explicit size that the system provides.
* By contrast, `UIModalPresentationStyle.formSheet` uses the view controller’s `preferredContentSize` property, which you can set.
* This will also be used when `sheet.widthFollowsPreferredContentSizeWhenEdgeAttached` is set to `true`.
Expand Down

0 comments on commit c75e636

Please sign in to comment.