React Native Expo branch.io
Posted
技术标签:
【中文标题】React Native Expo branch.io【英文标题】: 【发布时间】: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 日志 【参考方案1】:请问您如何首先使用 Branch 链接打开您的应用程序?尽管设备上已经安装了我在 Branch 仪表板中配置的应用程序,但我的分支链接仍继续打开 Google Play。
【讨论】:
以上是关于React Native Expo branch.io的主要内容,如果未能解决你的问题,请参考以下文章
React Native - 如何构建 expo react native 应用程序,使其不需要 Expo android 应用程序打开
React-native refs 和 Expo Camera