-1

I am trying to integrate branch.io into expo. I have this code

Branch.subscribe(bundle => {
  if (bundle && bundle.params && !bundle.error) {
    // `bundle.params` contains all the info about the link.
  }
});

For some reason bundle does not have params.

Den Kison
  • 1,074
  • 2
  • 13
  • 28

1 Answers1

0

may I ask how to you can the Branch link to open your App at the first place? my branch link keep opening Google Play despite my App configured in Branch dashboard already installed on the device.

Ruiqi Lee
  • 1
  • 1