Skip to content

Commit 4d2f720

Browse files
Updating readme
1 parent c2801bb commit 4d2f720

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ yarn global add expo-cli
103103
# * >=12.0.0 (Current Release)
104104
expo init StreamChatExpoExample
105105
cd StreamChatExpoExample
106-
yarn add stream-chat-expo @react-native-community/netinfo
106+
107+
# Add chat expo package
108+
yarn add stream-chat-expo
109+
110+
# If you are using stream-chat-expo <= 0.4.0 and expo <= 34, then you don't need to add @react-native-community/netinfo as dependency. Since previously we used use NetInfo from react-native package.
111+
yarn add @react-native-community/netinfo
107112
```
108113

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

0 commit comments

Comments
 (0)