Skip to content

oneclick-llc/react-native-alert-loading-view

 
 

Repository files navigation

react-native-alert-loading

Native

Installation

"react-native-alert-loading": "sergeymild/react-native-alert-loading-view#0.2.6"
yarn

Usage

import { showAlertLoading, hideAlertLoading } from 'react-native-alert-loading';

export interface AlertLoadingShowParams {
  readonly overlayColor?: string;
  readonly color?: string;
  readonly animate?: boolean;
  readonly type: 'circleStrokeSpin' | 'ballSpinFadeLoader' | 'ballClipRotate';
}

export interface AlertLoadingHideParams {
  readonly animate?: boolean;
}

showAlertLoading(params: AlertLoadingShowParams);
hideAlertLoading(params?: AlertLoadingHideParams);
// ...

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 76.1%
  • Swift 7.3%
  • Kotlin 3.9%
  • TypeScript 3.6%
  • Objective-C 3.3%
  • Ruby 2.7%
  • Other 3.1%