Skip to content

Instantly share code, notes, and snippets.

@warodri-sendbird
Created September 2, 2021 17:02
Show Gist options
  • Save warodri-sendbird/5019d9973dbb373aefb3aa34fc9cc526 to your computer and use it in GitHub Desktop.
Save warodri-sendbird/5019d9973dbb373aefb3aa34fc9cc526 to your computer and use it in GitHub Desktop.
const chat = channel => {
navigation.navigate('Chat', {
channel,
currentUser
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment