文件名称:react-native-alarm-notification:在本机中计划警报和本地通知
文件大小:1.44MB
文件格式:ZIP
更新时间:2024-06-02 07:32:11
android alarm react-native scheduling notification
React本机警报通知
安装(React Native> = 0.60.0)
npm install react-native-alarm-notification --save
或者
yarn add react-native-alarm-notification
如果您使用的是react-native版本0.60或更高版本,则无需链接 。 在构建应用程序时,程序包会自动链接。 安装软件包后,您需要做的就是:
对于iOS Pod安装:
npx pod-install
或者
cd ios && pod install
对于android,该软件包将在构建时自动链接。
_ 重要的 _
如果您的应用在Android上崩溃,则可能意味着自动链接无法正常工作。 您将需要进行以下更改:
android / app / src / main / java /
【文件预览】:
react-native-alarm-notification-master
----.gitignore(429B)
----package.json(1KB)
----android()
--------build.gradle(5KB)
--------src()
--------README.md(662B)
----ios()
--------RnAlarmNotification.xcworkspace()
--------RnAlarmNotification.m(34KB)
--------RnAlarmNotification.h(378B)
--------RnAlarmNotification.xcodeproj()
----LICENSE(1KB)
----index.js(4KB)
----react-native-alarm-notification.podspec(838B)
----.github()
--------stale.yml(1KB)
----scripts()
--------examples_postinstall.js(4KB)
----README.md(19KB)
----example()
--------.gitignore(813B)
--------.flowconfig(2KB)
--------package.json(787B)
--------.buckconfig(114B)
--------android()
--------.watchmanconfig(2B)
--------metro.config.js(1KB)
--------ios()
--------index.js(183B)
--------__tests__()
--------App.js(7KB)
--------.eslintrc.js(74B)
--------.prettierrc.js(152B)
--------babel.config.js(77B)
--------.gitattributes(16B)
--------app.json(51B)
--------yarn.lock(300KB)
----.npmignore(136B)
----.gitattributes(16B)
----yarn.lock(192KB)