Skip to content

Commit d15f584

Browse files
update readme
1 parent dce179c commit d15f584

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<div>
33
React Native Loader Kit
44
</div>
5+
<div>
6+
<img src="https://img.shields.io/npm/dw/react-native-loader-kit" />
7+
8+
<img src="https://img.shields.io/npm/v/react-native-loader-kit" />
9+
10+
<img src="https://img.shields.io/github/license/maitrungduc1410/react-native-loader-kit" />
11+
12+
<img src="https://img.shields.io/github/stars/maitrungduc1410/react-native-loader-kit?style=social" />
13+
</div>
514
<br>
615
<div align="center">
716
<img src="./demo_android.gif" style="margin-right: 30px;" />
@@ -83,4 +92,7 @@ As shown in the demo above, animations are as follows:
8392
# Demo
8493
A fully working demo is located at [example folder](./example/App.js)
8594

95+
# Thanks
96+
Big thanks to [81813780](https://github.com/81813780/AVLoadingIndicatorView) and [ninjaprox](https://github.com/ninjaprox/NVActivityIndicatorView) for their wonderful works
97+
8698
If you like this project, encourage me by giving me a ⭐️. Happy hacking

demo_android.gif

-992 KB
Loading

demo_ios.gif

-1.58 MB
Loading

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react-native-loader-kit",
33
"title": "React Native Loader Kit",
4-
"version": "1.0.0",
5-
"description": "TODO",
4+
"description": "React Native beautiful loader kit",
5+
"version": "1.0.1",
66
"main": "index.js",
77
"types": "index.d.ts",
88
"scripts": {
@@ -13,8 +13,18 @@
1313
"url": "git+https://github.com/maitrungduc1410/react-native-loader-kit.git",
1414
"baseUrl": "https://github.com/maitrungduc1410/react-native-loader-kit"
1515
},
16+
"bugs": {
17+
"url": "https://github.com/maitrungduc1410/react-native-loader-kit/issues"
18+
},
19+
"homepage": "https://github.com/maitrungduc1410/react-native-loader-kit",
1620
"keywords": [
17-
"react-native"
21+
"react-native",
22+
"react native loader kit",
23+
"react-native-loader-kit",
24+
"react native spinner",
25+
"react native spin kit",
26+
"react native loading",
27+
"react native indicator"
1828
],
1929
"author": {
2030
"name": "Mai Trung Duc",

react-native-loader-kit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
# brief license entry:
1414
s.license = "MIT"
1515
# optional - use expanded license entry instead:
16-
# s.license = { :type => "MIT", :file => "LICENSE" }
16+
s.license = { :type => "MIT", :file => "LICENSE" }
1717
s.authors = { "Mai Trung Duc" => "maitrungduc1410@gmail.com" }
1818
s.platforms = { :ios => "9.0" }
1919
s.source = { :git => "https://github.com/maitrungduc1410/react-native-loader-kit.git", :tag => "#{s.version}" }

0 commit comments

Comments
 (0)