fire-storage
v0.0.1
Published
统一的存储
Downloads
2
Readme
fire-storage
统一的存储,提供一套存储的统一api,便于在各类项目中进行移植。
react-native的安装和使用
安装
yarn add fire-storage react-native-fire-storage
初始化
import Storage from 'fire-storage';
import RNStorage from 'react-native-fire-storage';
Storage.setAdatper(new RNStorage( ));
h5的安装和使用
安装
yarn add fire-storage h5-fire-storage