Skip to content

Commit

Permalink
refactor/readme changed url
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmad1995 committed Aug 25, 2019
1 parent 50aff83 commit c6ebb53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Downloads Stats][npm-downloads]][npm-url]

<p align="center">
<img width="400" alt="Example's react-native-easycontent-loader" src="https://github.com/sarmad1995/react-native-easy-content-loader/blob/feature/version2/assets/fb.gif" />
<img width="400" alt="Example's react-native-easycontent-loader" src="https://github.com/sarmad1995/react-native-easy-content-loader/blob/master/assets/fb.gif" />
</p>


Expand All @@ -14,7 +14,6 @@ Easy to implement and fun to use
- :gear: **Customizable:** Feel free to change the colors, speed, sizes, paragraphs, title and much more.;
- ⚛️ **Lightweight:** Lightweight with only neccessory code.;

![](gif1.gif) ![](gif2.gif) ![](gif3.gif)

## Index

Expand Down Expand Up @@ -164,7 +163,7 @@ import { Facebook } from 'react-native-easy-content-loader';
<Facebook active />
```

![Facebook Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/feature/version2/assets/fb.gif)
![Facebook Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/master/assets/fb.gif)



Expand All @@ -175,7 +174,7 @@ import { Instagram } from 'react-native-easy-content-loader';
<Instagram active />
```

![Instagram Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/feature/version2/assets/insta.gif)
![Instagram Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/master/assets/insta.gif)



Expand All @@ -186,7 +185,7 @@ import { Bullets } from 'react-native-easy-content-loader';
<Bullets active listSize={10} />
```

![Bullets Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/feature/version2/assets/bullets.gif)
![Bullets Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/master/assets/bullets.gif)


### Default Style
Expand All @@ -198,9 +197,9 @@ import ContentLoader from 'react-native-easy-content-loader';
<ContentLoader active listSize={10} />
```

![ContentLoader Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/feature/version2/assets/default.gif)
![ContentLoader Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/master/assets/default.gif)

![ContentLoader Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/feature/version2/assets/default_color.gif)
![ContentLoader Style](https://github.com/sarmad1995/react-native-easy-content-loader/blob/master/assets/default_color.gif)

|

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": "react-native-easy-content-loader",
"version": "0.1.2",
"version": "0.2.1",
"description": "easy content loader for react-native apps",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c6ebb53

Please sign in to comment.