React Native Expo branch.io



我正在尝试将branch.io集成到expo中。我有这个代码

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

由于某些原因,bundle没有参数。

我可以问你如何首先打开Branch链接来打开你的应用程序吗?我的分支链接一直打开Google Play,尽管我在分支面板中配置的应用程序已经安装在设备上。

最新更新