Skip to content

Commit

Permalink
💫 Update: Ex - Test09
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed May 4, 2023
1 parent 49fdbdc commit f37465d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/src/examples/Test09.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ export function Test09(props: ExampleProps) {
+ ` - selectedDetentIdentifier: ${nativeEvent.selectedDetentIdentifier}`
);
}}
onModalDismissWillCancel={({nativeEvent}) => {
console.log('onModalDismissWillCancel - ', nativeEvent);
}}
onModalDismissDidCancel={({nativeEvent}) => {
console.log('onModalDismissDidCancel - ', nativeEvent);
}}
>
<React.Fragment>
<CardBody style={styles.modalCard}>
Expand Down

0 comments on commit f37465d

Please sign in to comment.