1.0.7 • Published 8 years ago

react-native-arvin-progresshud v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Demo

Imgur

Install

npm install react-native-arvin-progresshud --save

Usage

import Progress from 'react-native-arvin-progresshud';

class YourComponent extends React.Component{
  ...
  render(){
    return(
      <View>
      ...				 
        <Progress ref= 'progress'}>
        //... content code
        </Progress>		
      </View>
    );
   }
}

ShowLoading/HideLoading

this.progress.showLoading();
this.progress.hideLoading();

ShowMessage/HideMessage

this.progress.showMessage('message',delayTime);
this.progress.hideMessage(delayTime);
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago