# react-native-toast-loadding

> 加载提示动画组件

Latest version **1.0.2** (published 2019-06-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-toast-loadding
pnpm add react-native-toast-loadding
yarn add react-native-toast-loadding
bun add react-native-toast-loadding
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-06-27 |
| First published | 2018-12-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 8.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | 周阳 |
| Maintainers | yehun |
| Keywords | react-native, loading, activityIndicator |

## Links

- npm: https://www.npmjs.com/package/react-native-toast-loadding
- Repository: https://github.com/gegeyang0124/react-native-toast-loadding
- Homepage: https://github.com/gegeyang0124/react-native-toast-loadding#readme
- Issues: https://github.com/gegeyang0124/react-native-toast-loadding/issues
- npm.io page: https://npm.io/package/react-native-toast-loadding

## Dependencies (1)

- [react-native-root-siblings](https://npm.io/package/react-native-root-siblings.md) ^3.0.0

## Recent versions

- 1.0.2 (latest) — 2019-06-27
- 1.0.1 — 2019-06-12
- 1.0.0 — 2018-12-04

## README

# react-native-toast-loadding
加载提示动画组件

### 安装
npm i --save react-native-toast-loadding

### 使用
```javascript
import LoaddingIndicator from 'react-native-toast-loadding';
 /**
     * 显示(更新)菊花
     * @param animated 是否显示出现和消失动画 默认true
     * @param message 菊花底部文字
     * @returns {SiblingsManager}
     */
LoaddingIndicator.show(animated, message);

/**
     * 隐藏菊花
     */
LoaddingIndicator.hide();

```


### [我的博客](http://blog.sina.com.cn/s/articlelist_6078695441_0_1.html)

---
_Source: https://npm.io/package/react-native-toast-loadding · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
