tab navigation react-native without title

JavaScript
You can use showLabel property of tabBarOptions to false
 tabBarOptions={{
          showLabel : false
        }}
Source

Also in JavaScript: