tab navigation react native without title

Solutions on MaxInterview for tab navigation react native without title by the best coders in the world

showing results for - "tab navigation react native without title"
Angelo
07 Jun 2016
1You can use showLabel property of tabBarOptions to false
2 tabBarOptions={{
3          showLabel : false
4        }}