reactnativecn / react-native-qq

308 stars 87 forks source link

QQAPI.shareToQzone #11

Open StarksJohn opened 8 years ago

StarksJohn commented 8 years ago

我 调用 var result = await QQAPI.shareToQzone( // 分享图文消息 { type: 'news', title: '来自RN 项目的分享 标题', description: '来自RN 项目的分享 描述', webpageUrl: 'www.extrabux.com', imageUrl: 'www.extrabux.com' } ); 返回 targetUrl 有误

dongrenguang commented 8 years ago

同问。shareToQQ和shareToQZone方法都没有返回值

leeshare commented 6 years ago

应该是分享的图片太大导致的。把 imageUrl 去掉,或使用小图吧。