i logined into my home page using api.in react native,on top side it is showing navigate button defaultly,i want to remove or hide that button.then if i logout from that page,in login page have reset text fields. so any one have about that means,please let me know.
In your next screen's class where you are navigating add this,
static navigationOptions = {
headerLeft : null
};