文件名称:async-storage:用于异步存储的 React Native 钩子
文件大小:373KB
文件格式:ZIP
更新时间:2024-08-23 09:09:02
JavaScript
@rnhooks/异步存储
用于 AsyncStorage 的 React Native 钩子
import useAsyncStorage from '@rnhooks/async-storage';
function App() {
const [storageItem, updateStorageItem, clearStorageItem] = useAsyncStorage(
key,
);
return (
【文件预览】:
async-storage-master
----.eslintrc.json(964B)
----.gitignore(63B)
----package.json(3KB)
----src()
--------index.js(739B)
----.travis.yml(306B)
----.yalcignore(8B)
----LICENSE(1KB)
----_tests_()
--------index.test.js(187B)
----rollup.config.js(3KB)
----.prettierignore(39B)
----.prettierrc.js(67B)
----README.md(2KB)
----example()
--------.gitignore(800B)
--------.flowconfig(2KB)
--------yalc.lock(154B)
--------package.json(651B)
--------.buckconfig(114B)
--------android()
--------.watchmanconfig(2B)
--------metro.config.js(300B)
--------ios()
--------index.js(187B)
--------__tests__()
--------App.js(829B)
--------babel.config.js(77B)
--------.gitattributes(16B)
--------app.json(51B)
--------yarn.lock(256KB)
----.npmignore(78B)
----.editorconfig(146B)
----yarn.lock(313KB)