Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Dec 23, 2019
1 parent 4d2f720 commit 8421abf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ yarn add stream-chat-expo
yarn add @react-native-community/netinfo
```

Please check [Example](https://github.com/GetStream/stream-chat-react-native/blob/master/examples/one/App.js) to see usage of the components.
Please check [Example](https://github.com/GetStream/stream-chat-react-native/blob/master/examples/ExpoMessaging/App.js) to see usage of the components.

OR you can swap [this file](https://github.com/GetStream/stream-chat-react-native/blob/master/examples/one/App.js) for your `App.js` in the root folder with additional following steps:
OR you can swap [this file](https://github.com/GetStream/stream-chat-react-native/blob/master/examples/ExpoMessaging/App.js) for your `App.js` in the root folder with additional following steps:

```bash
yarn add react-navigation
yarn add react-navigation react-native-gesture-handler react-native-reanimated react-navigation-stack
```

and finally
Expand Down
2 changes: 1 addition & 1 deletion examples/ExpoMessaging/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const theme = {
`,
},
};


const filters = { type: 'messaging' };
const sort = { last_message_at: -1 };
Expand Down

0 comments on commit 8421abf

Please sign in to comment.