React Native Branch.io Share Sheet参数

时间:2017-11-08 14:47:26

标签: react-native deep-linking react-navigation branch.io

我已经在我的反应原生项目中实现了branch.io。 我在查找如何在showShareSheet函数中包含自定义参数时遇到了麻烦。 我的目标是使用它们导航到正确的屏幕。 我正在使用React Navigation。

this._branchUniversalObj.showShareSheet({
  // Include custom info here?
  shareOptions: {
    messageHeader: 'Title',
    messageBody: 'My message body',
    emailSubject: 'My email subject'
  },
  linkProperties: {
    feature: 'spot-share'
  }
}).then(({ channel, completed, error }) => {

});

0 个答案:

没有答案