Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 1, 2022 04:44
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 skydoves/3bc4c6fcc848d077ba243f612113f4fb to your computer and use it in GitHub Desktop.
Save skydoves/3bc4c6fcc848d077ba243f612113f4fb to your computer and use it in GitHub Desktop.
channel_screen
ChatTheme {
ChannelsScreen(
isShowingHeader = false,
onItemClick = { channel ->
// navigate to messages screen
}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment