Skip to content

Commit

Permalink
fix gif urls for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jshanson7 committed Jan 15, 2017
1 parent 5262b5c commit 2a2de95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A powerful React Native swipe component. Supports both iOS and Android.

<img src="demo.gif" width="310">
<img src="https://raw.githubusercontent.com/jshanson7/react-native-swipeable/master/demo.gif" width="310">

## Installation

Expand Down Expand Up @@ -91,7 +91,7 @@ npm install
react-native run-ios # or run-android
```

<img src="example/example.ios.gif" width="275"> <img src="example/example.android.gif" width="275">
<img src="https://raw.githubusercontent.com/jshanson7/react-native-swipeable/master/example/example.ios.gif" width="275"> <img src="https://raw.githubusercontent.com/jshanson7/react-native-swipeable/master/example/example.android.gif" width="275">

## License

Expand Down

0 comments on commit 2a2de95

Please sign in to comment.