Is it possible to change the message within a repeating IOS notification in react native?

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:

https://github.com/zo0r/react-native-push-notification

https://github.com/react-native-push-notification/ios