Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 8fc72bf

Browse files
committed
update readme
1 parent e27c59e commit 8fc72bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-busy-indicator
1+
# React-Native Busy Indicator
22
[![npm version](https://badge.fury.io/js/react-native-busy-indicator.svg)](https://badge.fury.io/js/react-native-busy-indicator)
33
[![Circle CI](https://circleci.com/gh/RealOrangeOne/react-native-busy-indicator.svg)](https://circleci.com/gh/RealOrangeOne/react-native-busy-indicator)
44
[![NPM downloads](http://img.shields.io/npm/dm/react-native-busy-indicator.svg?style=flat-square)](https://www.npmjs.com/package/react-native-busy-indicator)
@@ -31,7 +31,8 @@ Toggling the component can be done from any file, provided the component has alr
3131
```js
3232
const loaderHandler = require('react-native-busy-indicator/LoaderHandler');
3333

34-
loaderHandler.showLoader("Loading"); // Show indicator with message 'loading'
34+
loaderHandler.showLoader("Loading"); // Show indicator with message 'Loading'
35+
loaderHandler.showLoader("Loading More"); // Show indicator with message 'Loading More'
3536

3637
loaderHandler.hideLoader(); // Hide the loader
3738
```
@@ -48,12 +49,11 @@ loaderHandler.hideLoader(); // Hide the loader
4849
|**`textColor`**|`string`| text color|
4950
|**`textFontSize`**|`number`|text font size|
5051
|**`textNumberOfLines`**|`number`| total number of lines does not exceed this number. Default: 1|
52+
|**`Size`**|`small/large`| Size of the spinner. Default: small|
5153
5254
5355
## Demo
5456
5557
![Demo](https://raw.githubusercontent.com/RealOrangeOne/react-native-busy-indicator/master/demo.gif)
5658
57-
## License
58-
59-
[MIT License](http://opensource.org/licenses/mit-license.html)
59+
__Note__: The spinner moves much smoother than shown in recording!

0 commit comments

Comments
 (0)