Guest User

Untitled

a guest
Mar 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import { DangerZone } from 'expo'
  2.  
  3. const { Branch } = DangerZone
  4.  
  5. Branch.subscribe((bundle) => {
  6. if (bundle && bundle.params && !bundle.error) {
  7. // handle link
  8. }
  9. })
Add Comment
Please, Sign In to add comment