0.0.1 • Published 4 years ago

fire-storage v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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

初始化