文件名称:react-native-alert-view:响应本机的警报组件
文件大小:634KB
文件格式:ZIP
更新时间:2024-05-22 23:36:08
JavaScript
@ weedx / react-native-alert-view 本机组件 版本0.x建议使用本机React> = 0.57.0 安装 使用npm: npm install --save @weedx/react-native-alert-view 或使用纱线: yarn add @weedx/react-native-alert-view 用法 1.将字符串传递给消息:对于0.1.x: import AlertViewManager from '@weedx/react-native-alert-view' ; AlertViewManager . show ( '提示' , '一段提示文字' , ) ; 对于0.2.x: import AlertViewManager from '@weedx/react-native-alert-view' ; AlertVie
【文件预览】:
react-native-alert-view-main
----alert()
--------AlertView.js(7KB)
--------AlertViewManager.js(2KB)
--------index.js(91B)
----example()
--------metro.config.js(299B)
--------.flowconfig(1KB)
--------.gitattributes(127B)
--------yarn.lock(292KB)
--------.eslintrc.js(74B)
--------src()
--------babel.config.js(77B)
--------ios()
--------android()
--------App.js(1KB)
--------__tests__()
--------.buckconfig(114B)
--------.editorconfig(43B)
--------app.json(45B)
--------.gitignore(813B)
--------.prettierrc.js(144B)
--------index.js(183B)
--------.watchmanconfig(2B)
--------package.json(764B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(2KB)
----demo.gif(371KB)