You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,12 +111,12 @@ yarn add stream-chat-expo
111
111
yarn add @react-native-community/netinfo
112
112
```
113
113
114
-
Please check [Example](https://github.com/GetStream/stream-chat-react-native/blob/master/examples/one/App.js) to see usage of the components.
114
+
Please check [Example](https://github.com/GetStream/stream-chat-react-native/blob/master/examples/ExpoMessaging/App.js) to see usage of the components.
115
115
116
-
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:
116
+
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:
Please check [Example](https://github.com/GetStream/stream-chat-react-native/blob/master/examples/two/App.js) to see usage of components.
192
+
Please check [Example](https://github.com/GetStream/stream-chat-react-native/blob/master/examples/NativeMessaging/App.js) to see usage of components.
193
193
194
194
OR you can swap this file for your `App.js` in root folder with additional following steps:
195
195
@@ -253,7 +253,7 @@ In current context, dependencies such as `react-native-document-picker` and (if
253
253
1. When you execute `react-native run-ios` for the first time, it starts a metro bundler in parallel. It can result into some errors, since build process isn't complete yet. Try the following to fix this:
254
254
1. Close/stop the metro bundler process.
255
255
2. Let the build process finish completely, it can take usually around 2-3 minutes for the first time.
256
-
3. Start the metro bundler manually by executing `yarn start` inside `stream-chat-react-native/examples/two` directory.
256
+
3. Start the metro bundler manually by executing `yarn start` inside `stream-chat-react-native/examples/NativeMessaging` directory.
257
257
2. When you execute `react-native run-android`, you may (not necessarily) run into following error:
258
258
259
259
```ERROR
@@ -282,9 +282,9 @@ In current context, dependencies such as `react-native-document-picker` and (if
282
282
283
283
To resolve this, do the following
284
284
285
-
1. Craete a file named `local.properties` inside `stream-chat-react-native/examples/two/android` directory
285
+
1. Craete a file named `local.properties` inside `stream-chat-react-native/examples/NativeMessaging/android` directory
286
286
2. Put the this line in that file. Make sure sdk path is correctly mentioned as per your system:
287
287
```
288
288
sdk.dir=/Users/{user_name}/Library/Android/sdk/
289
289
```
290
-
3. Rerun `react-native run-android` in `stream-chat-react-native/examples/two` directory
290
+
3. Rerun `react-native run-android` in `stream-chat-react-native/examples/NativeMessaging` directory
0 commit comments