Basically what i'm trying to do is to trigger the onpress event whenever i get on this screen, i know how to do this on a non-hooks project, but i never encountered this case on hooks.
i got a calendar component that uses a onSelectedDate() to trigger something whenever you select a day in the calendar, what i need to do is to click on a specific day whenever i go to this screen, so that way it gets selected
do i need to use ref? or props? i don't know, need a example if possible