Skip to content

Commit

Permalink
Remove back button on the login page. Fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkheang committed Jul 31, 2018
1 parent f0c1d61 commit ab30f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default class Login extends Component {
const buttonColor = Platform.OS === 'ios' ? '#ffffff' : '#000000'
return {
headerTitle: 'Sign In to Continue',
headerLeft: null,
};
}
};
Expand Down

0 comments on commit ab30f6b

Please sign in to comment.