I have a scrollview and the messages are added to it. When new message is added all the others are moved upwards with transition.to. Basically it’s a messenger.
The problem is that the files are moved beyond the top of the scrollview, so they cannot be accessed when the user scrolls upwards.
is there anyway for a scrollHeight “grow upwards”?