Skip to content

Commit 3d6e7e4

Browse files
authored
update README.md use url on demo gif (#14)
* update README.md use url on demo gif * bump version
1 parent 5d6044e commit 3d6e7e4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ This is some example
1010

1111
## snow effect
1212

13-
![snow-android](demo/snow-android.gif)
14-
![snow-ios](demo/snow-ios.gif)
13+
<img src="https://github.com/hyperjumptech/react-native-confetti/blob/master/demo/snow-android.gif?raw=true" width="320" /><img src="https://github.com/hyperjumptech/react-native-confetti/blob/master/demo/snow-ios.gif?raw=true" width="320" />
1514

1615
(the animation is not lagging. it's because you need to wait for the gif asset to load)
1716

1817
## shake effect
1918

20-
![shake-android](demo/shake-android.gif)
21-
![shake-ios](demo/shake-ios.gif)
19+
<img src="https://github.com/hyperjumptech/react-native-confetti/blob/master/demo/shake-android.gif?raw=true" width="320" /><img src="https://github.com/hyperjumptech/react-native-confetti/blob/master/demo/shake-ios.gif?raw=true" width="320" />
2220

2321
(the animation is not lagging. it's because you need to wait for the gif asset to load)
2422

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperjumptech/react-native-confetti",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "React native component to show confetti",
55
"main": "build/index.js",
66
"files": [

0 commit comments

Comments
 (0)