Inside screen i managed to hide title by setting it to empty like below
static navigationOptions = {
title: ""
};
but for every screen i have to set title as empty i was wondering if there is any property to hide titles by default and only show icons ?