Skip to content

Commit

Permalink
update README.md use url on demo gif (#14)
Browse files Browse the repository at this point in the history
* update README.md use url on demo gif

* bump version
  • Loading branch information
raosan authored Jan 31, 2020
1 parent 5d6044e commit 3d6e7e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ This is some example

## snow effect

![snow-android](demo/snow-android.gif)
![snow-ios](demo/snow-ios.gif)
<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" />

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

## shake effect

![shake-android](demo/shake-android.gif)
![shake-ios](demo/shake-ios.gif)
<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" />

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperjumptech/react-native-confetti",
"version": "0.1.0",
"version": "0.1.1",
"description": "React native component to show confetti",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit 3d6e7e4

Please sign in to comment.