Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 540 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 540 Bytes

react-native-awesome-indicator

An activity indicator(spinner, loader) for iOS & android native apps without react native render mechanism.

Install

Npm registery not set yet.

npm i git+https://github.com/saxahan/react-native-awesome-indicator.git --save

Usage

import RNAwesomeIndicator from "react-native-awesome-indicator";

RNAwesomeIndicator.show("message is optional")
RNAwesomeIndicator.hide()

You can call methods anywhere. You don't have to add some render element inside react component. That's all.