dominant-strategies / quaipay

Other
7 stars 5 forks source link

Add Push Notifications and Background Transaction Fetching #267

Open hsyndeniz opened 1 year ago

hsyndeniz commented 1 year ago

Description:

This pull request adds two main features to the wallet app: push notifications using @notifee/react-native and background transaction fetching with react-native-background-timer and react-native-background-fetch. The purpose is to enhance the user experience by providing real-time notifications and seamless transaction updates even when the app is not actively in use.

Changes Made:

Features Implemented:

Dependencies and Libraries:

Testing:

Screenshots or GIFs:

image

Related Issues:

Checklist:

Additional Information: The background transaction fetching feature is expected to improve user engagement by providing up-to-date transaction information even when the app is not actively used.

Next Steps: In the upcoming pull request, I plan to implement deep linking functionality to redirect users to the confirmation page directly from the push notification, providing a smoother and more intuitive user experience.