-2

I am making delivery boy app in react native expo so I need help that when new order placed (i have an api which returns true or false ) when true app should vibrate and play sound or notification in the background or when app is closed so how to do

Anil Loutombam
  • 355
  • 6
  • 19

1 Answers1

0

I don't think it's ideal to implement this with normal HTTP requests, you need to research implementing these functionalities on the backend with either websockets or push notifications, read: