Skip to content

Commit 4d5483a

Browse files
Fixing the example app
1 parent f1d898b commit 4d5483a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ExpoMessaging/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const options = {
5656
* Please refer to description of this PR for details: https://github.com/GetStream/stream-chat-react-native/pull/150
5757
*/
5858
const streami18n = new Streami18n({
59-
language: 'hi'
59+
language: 'en'
6060
});
6161

6262
class ChannelListScreen extends PureComponent {

0 commit comments

Comments
 (0)