How do we implement Scroll to top functionality on tapping of the corresponding tab button on a bottom tab navigator in react navigation?
03:04 30 Jun 2020

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.

react-native react-navigation react-navigation-v5 react-navigation-bottom-tab