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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,9 @@ The best place to start is the [React Native Chat Tutorial](https://getstream.io
60
60
This repo includes 3 example apps. One made with Expo, one Native JavaScript code, and one in TypeScript.
61
61
62
62
<divstyle="display: inline">
63
-
<imgsrc="./screenshots/1.png"alt="IMAGE ALT TEXT HERE"width="250"border="1"style="margin-right: 30px" />
64
-
<imgsrc="./screenshots/2.png"alt="IMAGE ALT TEXT HERE"width="250"border="1"style="margin-right: 30px" />
65
-
<imgsrc="./screenshots/3.png"alt="IMAGE ALT TEXT HERE"width="250"border="1" />
63
+
<imgsrc="https://github.com/GetStream/stream-chat-react-native/blob/master/screenshots/1.png"alt="IMAGE ALT TEXT HERE"width="250"border="1"style="margin-right: 30px" />
64
+
<imgsrc="https://github.com/GetStream/stream-chat-react-native/blob/master/screenshots/2.png"alt="IMAGE ALT TEXT HERE"width="250"border="1"style="margin-right: 30px" />
65
+
<imgsrc="https://github.com/GetStream/stream-chat-react-native/blob/master/screenshots/3.png"alt="IMAGE ALT TEXT HERE"width="250"border="1" />
66
66
</div>
67
67
68
68
### Expo example
@@ -118,9 +118,9 @@ This repo includes 3 example apps. One made with Expo, one Native JavaScript cod
118
118
Check out our tutorial on how to build a slack clone using react-native and stream-chat-react-native
119
119
120
120
<div style="display: inline">
121
-
<img src="./screenshots/4.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" style="margin-right: 30px" />
122
-
<img src="./screenshots/5.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" style="margin-right: 30px" />
123
-
<img src="./screenshots/6.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" />
121
+
<img src="https://github.com/GetStream/stream-chat-react-native/blob/master/screenshots/4.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" style="margin-right: 30px" />
122
+
<img src="https://github.com/GetStream/stream-chat-react-native/blob/master/screenshots/5.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" style="margin-right: 30px" />
123
+
<img src="https://github.com/GetStream/stream-chat-react-native/blob/master/screenshots/6.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" />
0 commit comments