Skip to content

Instantly share code, notes, and snippets.

@anchetaWern
Created June 1, 2019 04:28
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 anchetaWern/893fe60ae8c7fde9e1b6609bbbacb83e to your computer and use it in GitHub Desktop.
Save anchetaWern/893fe60ae8c7fde9e1b6609bbbacb83e to your computer and use it in GitHub Desktop.
React Native Stream Group Chat Tutorial: Add member in Chat screen
// src/screens/Chat.js
await axios.post(`${CHAT_SERVER}/add-member`, {
user_id: this.user_id
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment