react-native-grace:用于React Native开发的工具包

时间:2021-02-09 22:46:32
【文件属性】:
文件名称:react-native-grace:用于React Native开发的工具包
文件大小:8KB
文件格式:ZIP
更新时间:2021-02-09 22:46:32
JavaScript React本色 用于React Native开发的工具包 安装 yarn add react-native-grace 用法 记录仪 import logger, {setCustomLogger} from 'react-native-grace/logger'; // Set custom loggers (optional) setCustomLogger({error: bugSnag.error}); // Log :) logger.log('Any'); logger.warn('String'); logger.error(new Error('e!')); 本地存储 import {set, get, remove} from 'react-native-grace/local-storage'; const keys = { UUID: 'UUID', } void
【文件预览】:
react-native-grace-master
----index.js(95B)
----.flowconfig(2KB)
----package.json(762B)
----local-storage.js(876B)
----responsive.js(2KB)
----.npmignore(7B)
----.eslintrc.js(329B)
----logger.js(822B)
----layout.js(3KB)
----.prettierrc.js(224B)
----README.md(1KB)
----yarn.lock(1KB)
----theme.js(1KB)

网友评论