Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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