react-native-progresshud

0.0.5 • Public • Published

React Native ProgressHUD

ScreenShots

ScreenShots

Install

npm install --save react-native-progresshud

Usage

Using the HUD in your app will usually look like this:

import ProgressHUD from 'react-native-progresshud';

class demo extends Component {
  render() {
    return (
      <View style={styles.container}>
      	...
        <ProgressHUD showHUD={true} showLoading ={true} text ='Loading...'/>
      </View>

    );
  }
}

Package Sidebar

Install

npm i react-native-progresshud

Weekly Downloads

5

Version

0.0.5

License

MIT

Last publish

Collaborators

  • xingcheng