How do we implement Scroll to top functionality on tapping of the corresponding tab button on a bottom tab navigator in react navigation?
The React Navigation version I am using is v5. In the ScrollView corresponding to a Bottom Tab Icon, if the user is already on that given screen, I want to enable functionality where the user scrolls to the top when this icon is pressed.