Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Mar 16, 2024
1 parent ff77cdd commit 0b9423c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import ToastComponent from '../components/Toast/Toast';
import { Keyboard, TouchableWithoutFeedback } from 'react-native';

function StackLayout() {
{
/* <TouchableWithoutFeedback onPress={Keyboard.dismiss} accessible={false}> */
}
return (
<SafeAreaProvider>
<AuthContextProvider>
Expand All @@ -22,9 +19,6 @@ function StackLayout() {
<ToastComponent />
</SafeAreaProvider>
);
{
/* </TouchableWithoutFeedback> */
}
}

export default StackLayout;

0 comments on commit 0b9423c

Please sign in to comment.