Scheduled notification using async storage in React Native - reactjs

I want to ask on react native push notification. Right now I am trying to develop a medication reminder application using React Native Expo. Is it possible to achieve where all the input from the user will be stored on async storage with array and it will be scheduled a notification reminder for users to take their medication?

Related

how to change firebase push notification image like whatApp

there I need your help on I am made a chat app in react native. I am using firebase push notifications, notifications work perfectly with what I want to change some designs like WhatsApp.is there any idea how can i change it.
my notification.
to this

React.JS notifications

I have a user story that I am trying to fulfill, but the only part I am not certain is that they want the user to be notified when their inspection is past due, and a reminder when the inspection is due.
I found notifications on react native, but I am not using native. Any ideas or pointers on how to task this? It would be my first time doing it and I am still reactively new to React.

How can I embed a react page or component inside a flutter-web app?

I want to embed an unhosted react page (or a react component with some fancy 3rd party graph library) inside a flutter-for-web app. Why? I am think the react graph app I have is much nicer than what I can do in flutter (using the existing 3rd party packages) and so it might be good if I could just embed that react stuff inside a flutter-for-web app until I can do in flutter what I already have in react.
There is a flutter package (flutter_inappwebview) that can do this for mobile but I need to do it for a web app. I need to pass data back and forth between the react stuff and the flutter stuff too, so for instance the react graph will take in its data from flutter - not direct from the network or DB - and after drawing its pretty pictures and some user interaction will be able to send data back to my flutter code.
Is this easy? Already done in another package I haven't found yet? I know I can interop with javascript but just using #JS to interact with the react package (along with maybe some redux or maybe another basic state management) solution just sounds like it might be a tricky job.
Thanks

how to implement background tasks in react native using headless js so a fetch api runs indefinetely in all 3 states

how to run fetch api indefinitely in react native apps?
I am new to react native development but I found that I can keep a task running in android infinitely through headless Js. Is it the only way or there is another method? I just want to fetch api.
If headless JS does this task can someone explain how to do so since i am unable to understand their docs. It should satisfy{foreground/background/killed}.when there is data in api i need it to give a notification using react native notification

Open url in webview React native push notification

I want to develop an app where I can send remote push notifications to react native app. The push notification will contain a url link and when a user clicks on that link, the app should open up that link in the app (webview)
Is this possible with react native or expo?
This is definitely possible, however, there are a number of variables to consider with this in order to give clear direction on how to accomplish the desired outcome. For example, how are you handling push notifications? Expo Push Notifications is pretty simple solution. How are you handling users in your app (are they logging in, subscribing to certain push notifications, anonymous, etc.). This is important information to know what the next steps are.
Here is some documentation from Expo on notifications API:
https://docs.expo.io/versions/latest/sdk/notifications/

Resources