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.