【发布时间】:2020-07-15 18:27:54
【问题描述】:
我正在尝试将 branch.io 集成到 expo 中。 我有这个代码
Branch.subscribe(bundle => {
if (bundle && bundle.params && !bundle.error) {
// `bundle.params` contains all the info about the link.
}
});
由于某种原因,bundle 没有参数。
【问题讨论】:
-
您能否分享更多详细信息,例如 SDK 版本、您正在测试的链接以及一些 Branch SDK 日志
标签: react-native expo branch.io