在这种情况下,我可以对我的反应本机应用程序使用本地通知吗?
我有一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用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/