I am basically trying to add a "more" button for both iOS and ANDROID, which pops up a list of options to choose from. Something that looks like this (IOS more button) and (ANDROID more button).
I am using React Navigation to create the TabNavigator TabBar and I know how to add a new tab, I'm just not sure how to create a small menu list thats generated when i click on the tab button instead of navigating me to the tab button screen.
Any ideas on how to go about that?