Guest User

Untitled

a guest
Jan 21st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Linking.canOpenURL('comgooglemaps://?center=40.765819,-73.975866')
  2. .then((canOpen) => {
  3. if (canOpen) { console.log('open google maps'); } else { console.log('open apple maps'); }
  4. });
Add Comment
Please, Sign In to add comment