Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A lightweight loading for your React Native app.

License

NotificationsYou must be signed in to change notification settings

alcat2008/react-native-loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A lightweight loading for your React Native app.

Installation

npm install react-native-loading --save

Usage

Using the Loading usually looks like this:

varLoading=require('react-native-loading');varDemo=React.createClass({getInitialState(){return{isLoadingVisible:false};},  ...render(){return(<View>        ...<LoadingisVisible={this.state.isLoadingVisible}/></View>);}

License

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

About

A lightweight loading for your React Native app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp