local schedule notifications with Notifications.scheduleLocalNotificationAsync

SDK Version:37.0.3
Platforms: (Android/iOS/web/all)

hey there.
i am using expo notifications and i am able to push notification locally with scheduleLocalNotificationAsync repeatedly in every day in a particular time with the same localNotification object data for every day.
my question is that, can i change property in localNotification (e.g. change the body property) for every day, or like to generate random number and select from an array.
i do not want the same body for every time.

is there any way to do that in expo ?