Skip to content

Commit

Permalink
clean app
Browse files Browse the repository at this point in the history
  • Loading branch information
nionata committed Nov 23, 2021
1 parent a697305 commit 876bc73
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ class App extends React.Component<AppProps, AppState> {
}
}

onClose() {
console.log('Modal just closed');
}

onOpen() {
console.log('Modal just opened');
}

onClosingState(state: boolean) {
console.log('the open/close of the swipeToClose just changed', state);
}

render() {
return (
<NavigationContainer>
Expand Down

0 comments on commit 876bc73

Please sign in to comment.