Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 439 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 439 Bytes

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");