In my React-Native project I have implemented expo-push-notification module, I can say everything works as expected, but I have problem which I do not know how to solve, whenuser receives a message and clicks on it
1.I want to redirect to a specific screen 2. I want to refetch data and call specific API endpoint 3.I also want this feature to work when App is Foreground or Background
My project is on the Bare workflow.
After many research I could not find hint that would give me the right direction.
How realistic it is to achieve this goal with React-Native?
from How to refetch data on click push notification using React-Native?
No comments:
Post a Comment