I am trying to use react-navigation to create a initial LOGIN screen which has no tabbar and header, and once the user has been successfully authenticated will navigate to a
If you want no back button from your LIST page to LOGIN page, you can do this:
static navigationOptions = { title: 'YOUR TITLE', headerLeft : null, };