Skip to content

Commit

Permalink
💫 Update: Ex - Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 29, 2023
1 parent e40604b commit 3338368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/examples/Test09.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export function Test09(props: ExampleProps) {
sheetWidthFollowsPreferredContentSizeWhenEdgeAttached={true}
// Needed for `sheetWidthFollowsPreferredContentSizeWhenEdgeAttached`
// to take work on iphone's w/o notches
modalPresentationStyle={'pageSheet'}
modalPresentationStyle={'formSheet'}
modalContentPreferredContentSize={{
mode: 'percent',
percentWidth: 0.5,
percentWidth: 0.7,
percentHeight: 1,
}}
onModalDidChangeSelectedDetentIdentifier={({ nativeEvent }) => {
Expand Down

0 comments on commit 3338368

Please sign in to comment.