我如何使用React Native Share API传递对象或字符串

时间:2018-10-10 10:53:21

标签: reactjs api react-native share native

onShare(Name) {
  Share.share({
     title: 'Logs', 
     message: Name
   },{
     dialogTitle: 'Sending log messages'
  });
}

当我尝试输入数据时,它说“至少需要一条消息” 如何将对象或变量传递给消息?

0 个答案:

没有答案