Skip to content

Commit 08cc87d

Browse files
committed
chore: set absolute urls to demo images
1 parent e438ff6 commit 08cc87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Currently, there are 2 components out of the box. If none of them fits your need
140140
141141
### `NotifierComponents.Notification`
142142
143-
![Demo of Notification component](notification-component.png)
143+
![Demo of Notification component](https://raw.githubusercontent.com/seniv/react-native-notifier/master/notification-component.png)
144144
145145
Perfect for something like chat messages and notifications like "Someone left a comment". This component is used by default.
146146
@@ -166,7 +166,7 @@ componentProps.ContainerComponent | Object | SafeAreaView | A container of the
166166
167167
### `NotifierComponents.Alert`
168168
169-
![Demo of Alert component](alert-component.png)
169+
![Demo of Alert component](https://raw.githubusercontent.com/seniv/react-native-notifier/master/alert-component.png)
170170
171171
Perfect to use as a system alerts, like "Something went wrong" or "Operation was succeed".
172172

0 commit comments

Comments
 (0)