Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alcat2008/react-native-loading
- Owner: alcat2008
- License: mit
- Created: 2016-03-22T02:04:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T11:11:17.000Z (over 8 years ago)
- Last Synced: 2024-11-07T10:17:32.802Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-react-native - react-native-loading ★7 - A lightweight loading for your React Native app. (Components / UI)
- awesome-reactnative-ui - react-native-loading
- awesome-react-native - react-native-loading ★7 - A lightweight loading for your React Native app. (Components / UI)
- awesome-reactnative-ui - react-native-loading
- awesome-react-native - react-native-loading ★7 - A lightweight loading for your React Native app. (Components / UI)
- awesome-react-native-ui - react-native-loading ★4 - A lightweight loading for your React Native app. (Components / UI)
- awesome-react-native - react-native-loading ★7 - A lightweight loading for your React Native app. (Components / UI)
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.