Skip to content

Commit a532744

Browse files
committed
Updated readme
1 parent cead3d4 commit a532744

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-spinner-button
1+
# react-native-spinner-button [![npm version](https://badge.fury.io/js/react-native-spinner-button.svg)](https://badge.fury.io/js/react-native-spinner-button)
22
This is a pure javascript and react-native Button component with a Spinner embeded in it.
33
In many of the react-native projects we have worked on required the button to be disabled when app is processing something on tap of that button, and a loading indicator on it or beside it, so the user can be made aware of app doing some processing.
44

@@ -96,6 +96,7 @@ Don't forget to set the state variable you have given to _isLoading_ prop false
9696

9797
## Example
9898
A full working example project is here [Example](https://github.com/simformsolutions/react-native-spinner-button/tree/master/Example)
99+
![Example of react-native-spinner-button](https://github.com/simformsolutions/react-native-spinner-button/blob/master/example.gif)
99100

100101
## Acknowledgments and Big Thanks to
101102
* [react-native-indicators](https://github.com/n4kz/react-native-indicators)

0 commit comments

Comments
 (0)