Skip to content

Commit abb4537

Browse files
Updating screenshot urls in readme
1 parent 176f675 commit abb4537

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ The best place to start is the [React Native Chat Tutorial](https://getstream.io
6060
This repo includes 3 example apps. One made with Expo, one Native JavaScript code, and one in TypeScript.
6161

6262
<div style="display: inline">
63-
<img src="./screenshots/1.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" style="margin-right: 30px" />
64-
<img src="./screenshots/2.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" style="margin-right: 30px" />
65-
<img src="./screenshots/3.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" />
63+
<img src="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+
<img src="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+
<img src="https://github.com/GetStream/stream-chat-react-native/blob/master/screenshots/3.png" alt="IMAGE ALT TEXT HERE" width="250" border="1" />
6666
</div>
6767

6868
### Expo example
@@ -118,9 +118,9 @@ This repo includes 3 example apps. One made with Expo, one Native JavaScript cod
118118
Check out our tutorial on how to build a slack clone using react-native and stream-chat-react-native
119119

120120
<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" />
124124
</div>
125125

126126
- **Tutorial** [https://medium.com/@vishalnarkhede.iitd/slack-clone-with-react-native-part-1-f71a5e6a339f](https://medium.com/@vishalnarkhede.iitd/slack-clone-with-react-native-part-1-f71a5e6a339f?source=friends_link&sk=b06d7cc0c49bd08bcf398df9c89d48d7)

0 commit comments

Comments
 (0)