在这种情况下,我可以对我的反应本机应用程序使用本地通知吗?

发布于 2025-01-21 02:07:47 字数 225 浏览 0 评论 0原文

我有一个在 React Native 和 AWS amplify 后端中使用 expo 构建的食品配送应用程序,在我的应用程序中,我想在订单准备就绪时通知我的用户。当订单准备就绪时,我使用餐厅应用程序将后端中的订单对象的状态更新为“就绪”,并且在用户应用程序中,我已订阅订单数据模型,从而在用户应用程序内部实时显示订单准备好了。但是,如何在订单准备好时在用户端应用程序中触发通知,甚至在应用程序关闭时也能工作。我可以为此使用本地通知吗?

I have a food delivery app built with expo in react native and AWS amplify backend and in my app I want to notify my users when there order is ready. When the order is ready I update the status of the order object in the backend to 'ready' using the restaurant app and in the user app I have subscribed to the order data model thereby inside the user app in real time it shows that the order is ready. But how to fire a notification in the user side app when order is ready which even works when the app is closed. Can I use local notifications for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦魇绽荼蘼 2025-01-28 02:07:47

是的,您可以使用expo notification在expo cli中的react-native中发送本地通知
查看此链接:-
https://docs.expo.dev/versions/latest/sdk/notifications/< /a>

Yes you can send local notification in react-native in expo cli using expo notification
checkout this link :-
https://docs.expo.dev/versions/latest/sdk/notifications/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文