I have a TabNavigator component and I want the individual Tab Screen state to get reset on a tab press. How do I call a class (component) method on a tab press? I've looked at tabBarOnPress, but this takes a function from the parent level (TabNavigator). I want the class method to be triggered and I don't want to export that method.I have a TabNavigator component and I want the