I’m currently working in react native for the first time, trying to create an iPhone app. it’s been going well so far, but I’ve come across a slight limitation that I’m not sure I can workaround.
I want to be able to randomly send the user a notification a couple of times throughout the day, I’ve learned that I could use “repeatType” within my “localNotificationSchedule” function to set up a recurring notification message, but the problem with this is the notification repeats the same message over and over, and I want these messages to be random. is there a way about doing this?
I’m using local push notifications, and these two packages: