Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RN调用系统原生分享组件 react-native-share-local 配置及使用方法 | Bteam.独孤求败 #1

Open
kmlidc opened this issue Sep 21, 2017 · 2 comments

Comments

@kmlidc
Copy link
Owner Author

kmlidc commented Sep 21, 2017

新增加了ios是否成功分享

@kidolee
Copy link

kidolee commented Jan 24, 2018

补充说明
分享过程中如果有图片,会先下载完成图片之后再弹出分享菜单。建议增加网络加载图标,然后通过回调关闭加载图标。

excluded:[
'UIActivityTypeMessage',
'UIActivityTypePostToFacebook',
'UIActivityTypePostToTwitter',
'UIActivityTypePostToWeibo',
'UIActivityTypeMail',
'UIActivityTypePrint',
'UIActivityTypeCopyToPasteboard',
'UIActivityTypeAssignToContact',
'UIActivityTypeSaveToCameraRoll',
'UIActivityTypeAddToReadingList',
'UIActivityTypePostToFlickr',
'UIActivityTypePostToVimeo',
'UIActivityTypePostToTencentWeibo',
'UIActivityTypeAirDrop',
'UIActivityTypeOpenInIBooks'
]

能否解释一下补充说明具体这么操作,有没有实例, 图片过多弹出窗口就会变慢的问题是不是就是补充说明中所说的问题可以解决?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment