Making timers in android notifications - Expo #851
Unanswered
FlavioBucciarelli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I'm currently working on my Expo App and have recently implemented a feature that involves displaying notifications with timers. While using timestamps for this purpose, I've received feedback from some users, particularly those using Samsung Galaxy devices, stating that the timestamp font appears too small.
In an attempt to address this concern, I've explored options like adjusting the timestamp font directly or alternatively, creating a function that generates multiple notifications, each updated with the timer's current value in its title. However, I encountered an issue since I'm restricted from triggering more than two notifications with the same ID.
I would greatly appreciate any guidance or suggestions you might have. Thank you very much in advance for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions