Skip to content

Instantly share code, notes, and snippets.

@foxfl
Last active September 19, 2022 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foxfl/7b090c77878ecd7281a4674838b24c98 to your computer and use it in GitHub Desktop.
Save foxfl/7b090c77878ecd7281a4674838b24c98 to your computer and use it in GitHub Desktop.
CommentsScreen
const CommentsScreen = (props) => {
...
return (
<Container>
<CommentList />
<CommentEditor />
<MyBottomSheet />
</Container>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment