I'm using React Native (Expo).
What can I do to:
- Every time that one user enters in the screen with the respective flatlist automatically goes to the top of that list.
Now for example if a user goes to the bottom of that list when he changes the screen and go back to that one, he stills on the bottom.
Any suggestion?