react-native-loading-spinner-modal
v1.0.2
Published
A spinner modal, android like circular progress bar
Downloads
14
Maintainers
Readme
#react-native-loading-spinner-modal
Android like circular progress bar in react-native that works on both Android and IOS.
Content
- Features
- Installation
- Usage
- Hide the Message Bar Alert
- Customize Alert Type
- Customize Alert Content
- Customize View Layout
- Properties
- License
Features
- Android and iOS capable
- Android like circular progress bar in react native
- cusomized text color and subtext color
- size of spinner large or small
- can set to cancelable
- add subtext/no issues if no subtext
- works in any orientation
Installation
Make sure that you are in your React Native project directory and run:
$ npm install react-native-loading-spinner-modal --save
or
$ yarn add react-native-loading-spinner-modal
Usage
- Import the
react-native-loading-spinner-modal
package
import {
LoadingModal,
LoadingModalManager
} from "react-native-loading-spinner-modal";
- Add the
LoadingModal
to your render function