简体   繁体   English

如何从 Django(后端)向 React Native(移动)应用程序发送通知

[英]How to send Notification to React Native (mobile) app from Django (back-end)

I am developing a mobile application using React Native.我正在使用 React Native 开发一个移动应用程序。 and using Django as a back-end Language.并使用 Django 作为后端语言。 I want to know how I can send notifications from Django to React native mobile application.我想知道如何将通知从 Django 发送到 React 本机移动应用程序。

Thanks in advance提前致谢

if you don't have channels in your project then just go ahead and create a model, an api, and a schedule api check in react so you check all new things in notification api to push up to the client if you don't have channels in your project then just go ahead and create a model, an api, and a schedule api check in react so you check all new things in notification api to push up to the client

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 Django 后端保持用户登录 React 应用程序 - How to keep user logged in in React app with a Django back-end 如何在使用 webview 和后端的应用程序(andorid/ios)上发送推送通知是 .NET WebAPI - How to send a push notification on app (andorid/ios) that uses webview and on the back-end is .NET WebAPI 单击按钮如何将数据从React前端发送到Nodejs Express后端 - How to send data from React front-end to Nodejs Express back-end on button click 如何使用本地后端在本地运行生产反应应用程序 - How to run production react app in local with local back-end 是否可以使用 python 作为后端并作为前端做出反应来编写移动应用程序 - Is it possible to write a mobile app using python as back-end and react as a front-end 如何让 React 组件从后端接收更新? - How to make a react component receive updates from the back-end? 无法从 React 前端向 Node.js 后端发送 POST 请求 - Can't send POST request from React front-end to Node.js back-end heroku 从前端应用程序向后端应用程序发送请求 - heroku send request from a front-end app to a back-end one 可以在没有后端的情况下从 SendGrid 和 React.js 发送电子邮件吗? - Possible to send an email from SendGrid & React.js without a back-end? ReactJS中如何从后端向前端发送图片 - How to send pictures from back-end to the front-end in ReactJS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM