renderConditionalText() { if (this.state.isSignUp) { return <Text> Sign Up </Text>; } return <Text> Forgot Password </Text>; }