React Native Loading Spinner Overlay

The only pure React Native Native iOS and Android loading spinner (progress bar indicator) overlay.

Install

For React Native version >=0.28.x use version >=0.3.x (0.2.x is broken, sorry!):

npm install --save react-native-loading-spinner-overlay@latest

For React Native version <=0.27.x use version 0.1.x:

npm install --save [email protected]

GitHub