0.0.4 • Published 8 years ago
react-native-mxtoast v0.0.4
react-native-mxtoast
自定义toast
使用方式
- 安装组件
npm i react-native-mxtoast --save
- 引入使用
import MXToast from 'react-native-mxtoast';
MXToast.show(msg, duration, gravity, margin)
自定义toast
npm i react-native-mxtoast --save
import MXToast from 'react-native-mxtoast';
MXToast.show(msg, duration, gravity, margin)