Skip to content

zhuchaowe/react-native-SVProgressHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-SVProgressHUD

SVProgressHUD For your React app,support IOS And Android

IOS install

pod 'SVProgressHUD'

Android install

compile 'com.bigkoo:svprogresshud:1.0.0'

Usage

SVProgressHUD.dismiss();
SVProgressHUD.showWithMaskType(SVProgressHUD.MaskType.None);
SVProgressHUD.showSuccessWithStatus("success");
SVProgressHUD.showErrorWithStatus("error");
SVProgressHUD.showInfoWithStatus("info");

About

SVProgressHUD For your React app,support IOS And Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published