Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Alert.alert(
  2. 'Oops!',
  3. 'The provided passwords did not match',
  4. [
  5. { text: "Try again", onPress: () => null}
  6. ],
  7. { cancelable: false }
  8. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement