File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/document/react-native Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,12 +109,12 @@ import {
109
109
// Defines the App object.
110
110
const App = () => {
111
111
// Defines the variable.
112
- const title = ' AgoraChatQuickstart ' ;
112
+ const title = ' ChatQuickstart ' ;
113
113
// Replaces <your appKey> with your app key.
114
114
const appKey = ' <your appKey>' ;
115
115
// Replaces <your userId> with your user ID.
116
116
const [username , setUsername ] = React .useState (' <your userId>' );
117
- // Replaces <your agoraToken > with your Agora token.
117
+ // Replaces <your token > with your token.
118
118
const [chatToken , setChatToken ] = React .useState (' <your token>' );
119
119
const [targetId , setTargetId ] = React .useState (' ' );
120
120
const [content , setContent ] = React .useState (' ' );
You can’t perform that action at this time.
0 commit comments