rn-progress-loader
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "rn-progress-loader", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "The React Native Native iOS and Android progress indicator (spinner) which acts like an overlay. For those who have issues in iPhoneX while using both Modal and ActivityIndicator, I've made it optional", | ||
@@ -5,0 +5,0 @@ "main": "ProgressLoader.js", |
# rn-progress-loader | ||
[![npm version](https://badge.fury.io/js/rn-progress-loader.svg)](https://badge.fury.io/js/rn-progress-loader) | ||
[![GPL License][license-image]][license-url] | ||
[![MIT License][license-image]][license-url] | ||
@@ -49,3 +49,4 @@ The React Native Native iOS and Android progress indicator (spinner) which acts like an overlay. | ||
visible: false | ||
}; | ||
}; | ||
} | ||
@@ -90,3 +91,3 @@ | ||
[license-image]: http://img.shields.io/badge/license-GPL-blue.svg?style=flat | ||
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat | ||
[npm-image]: http://img.shields.io/npm/v/rn-progess-loader.svg?style=flat | ||
@@ -100,2 +101,2 @@ [npm-url]: https://img.shields.io/badge/npm-v1.0-green.svg | ||
[3]: https://github.com/anooj1483/rn-progress-loader/blob/master/demo/iphone_nohud.GIF?raw=true | ||
[4]: https://github.com/anooj1483/rn-progress-loader/blob/master/demo/android_nohud.GIF?raw=true | ||
[4]: https://github.com/anooj1483/rn-progress-loader/blob/master/demo/android_nohud.GIF?raw=true |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100