Skip to content

Commit 694bdc7

Browse files
authored
Update README.md
1 parent b989282 commit 694bdc7

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77

88

99
Provide a placeholder at the place which need waiting for loading,
10-
Easy to implement and fun to use
10+
Easy to implement and fun to use, this package is highly customizable, Please go throw docs to find info :).
11+
12+
##
13+
Npm package is now [@sarmad1995/react-native-background-geolocation](https://www.npmjs.com/package/@sarmad1995/react-native-content-loader)!
1114

1215
## Features
1316

@@ -26,14 +29,14 @@ Easy to implement and fun to use
2629
## Getting Started
2730

2831
```sh
29-
npm install react-native-content-loader --save
30-
yarn add react-native-content-loader
32+
npm install @sarmad1995/react-native-content-loader --save
33+
yarn add @sarmad1995/react-native-content-loader
3134
```
3235

3336
## Usage
3437

3538
```jsx
36-
import ContentLoader, { Facebook, Instagram, Bullets } from 'react-native-content-loader';
39+
import ContentLoader, { Facebook, Instagram, Bullets } from '@sarmad1995/react-native-content-loader';
3740
```
3841
```jsx
3942
<ContentLoader active />
@@ -159,7 +162,7 @@ Add styles to image
159162

160163
### Facebook Style
161164
```jsx
162-
import { Facebook } from 'react-native-content-loader';
165+
import { Facebook } from '@sarmad1995/react-native-content-loader';
163166

164167
<Facebook active />
165168
```
@@ -170,7 +173,7 @@ import { Facebook } from 'react-native-content-loader';
170173

171174
### Instagram Style
172175
```jsx
173-
import { Instagram } from 'react-native-content-loader';
176+
import { Instagram } from '@sarmad1995/react-native-content-loader';
174177

175178
<Instagram active />
176179
```
@@ -181,7 +184,7 @@ import { Instagram } from 'react-native-content-loader';
181184

182185
### Bullets Style
183186
```jsx
184-
import { Bullets } from 'react-native-content-loader';
187+
import { Bullets } from '@sarmad1995/react-native-content-loader';
185188

186189
<Bullets active listSize={10} />
187190
```
@@ -205,7 +208,7 @@ import ContentLoader from 'react-native-content-loader';
205208
|
206209

207210
## Release History
208-
See <a href="https://github.com/sarmad1995/react-native-content-loader/blob/feature/version2/CHANGE_LOG.md"> CHANGE_LOG.md</a>.
211+
See <a href="https://github.com/sarmad1995/react-native-content-loader/blob/master/CHANGE_LOG.md"> CHANGE_LOG.md</a>.
209212

210213

211214

@@ -217,5 +220,5 @@ Feel free to contribute, this is still in beta and I have plans to include more
217220
<!-- Markdown link & img dfn's -->
218221

219222
[npm-image]: https://img.shields.io/npm/v/react-native-content-loader.svg
220-
[npm-url]: https://www.npmjs.com/search?q=react-native-content-loader
221-
[npm-downloads]: https://img.shields.io/npm/dm/react-native-content-loader.svg?style=flat-square
223+
[npm-url]: https://www.npmjs.com/package/@sarmad1995/react-native-content-loader
224+
[npm-downloads]: https://img.shields.io/npm/dm/@sarmad1995/react-native-content-loader.svg?style=flat-square

0 commit comments

Comments
 (0)