Skip to content

Commit

Permalink
resolved onPress issue
Browse files Browse the repository at this point in the history
  • Loading branch information
InayaY3 committed Sep 30, 2023
1 parent 655b5f9 commit f7b74f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/screens/StoryScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export default function StoryScreen() {
<Text>Story Page</Text>
</View>
);
}
}
4 changes: 1 addition & 3 deletions src/screens/ToastScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const toast = () => {
// onHide: () => {},
// onHidden: () => {}
});
}
};

export default function ToastScreen() {
return (
Expand All @@ -33,5 +33,3 @@ export default function ToastScreen() {
</RootSiblingParent>
);
}


0 comments on commit f7b74f7

Please sign in to comment.