Skip to content

Commit

Permalink
Improved docs with installation usage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvcasillas committed Jun 16, 2019
1 parent c3e188b commit d802bc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Smooth dot loading component for your React Native project.

![Showcase of React Native Loading Dots](https://github.com/alexvcasillas/react-native-loading-dots/blob/master/ios-demo.gif?raw=true)

## Installation

```
npm i react-native-loading-dots
```

```
yarn add react-native-loading-dots
```

## Usage

```js
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-loading-dots",
"version": "1.0.5",
"version": "1.0.6",
"description": "A React Native loading component with dots and smooth animation",
"repository": "https://github.com/alexvcasillas/react-native-loading-dots",
"author": "Alex Casillas",
Expand Down

0 comments on commit d802bc1

Please sign in to comment.