Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alcat2008/react-native-loading

A lightweight loading for your React Native app.
https://github.com/alcat2008/react-native-loading

Last synced: 5 days ago
JSON representation

A lightweight loading for your React Native app.

Awesome Lists containing this project

README

        

## react-native-loading
A lightweight loading for your React Native app.

## Installation

```shell
npm install react-native-loading --save
```

## Usage

Using the Loading usually looks like this:
```js
var Loading = require('react-native-loading');

var Demo = React.createClass({

getInitialState() {
return {
isLoadingVisible: false
};
},
...

render() {
return (

...


);
}
```

## License

`react-native-loading` is available under the MIT license. See the LICENSE file for more info.