fundaypande

funday1

Jun 7th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. loginUser = () => {
  2. if (this.state.password === '123') {
  3. Alert.alert('berhasil login');
  4. this.props.navigation.navigate('ListMahasiswa');
  5. } else {
  6. Alert.alert('salah password');
  7. }
  8. }
Add Comment
Please, Sign In to add comment