We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a152ecf + d369466 commit f516b79Copy full SHA for f516b79
docusaurus/docs/reactnative/basics/hello_stream_chat.mdx
@@ -127,7 +127,7 @@ For the purpose of this guide you should create a `channel` as you see fit utili
127
* Channel created using a members list
128
*/
129
const channel = client.channel('messaging', {
130
- members: ['jlahey', 'rlafleur']
+ members: ['jlahey', 'rlafleur'],
131
name: 'The Park',
132
});
133
```
0 commit comments