fire-alert
v0.0.4
Published
alert
Downloads
1
Readme
fire-alert
统一的路由系统,提供一套路由系统的统一api,便于在各类项目中进行移植。
react-native的安装和使用
安装
yarn add fire-alert react-native-fire-alert
初始化
import alert from 'fire-alert';
import RNalert from 'react-native-fire-alert';
alert.setAdatper(new RNalert( ));
h5的安装和使用
安装
yarn add fire-alert h5-fire-alert