简体   繁体   中英

Sharing image via React Native 'Share' Component

I'm having problem with sharing images in my local device. In RN package, There has 'Share' Component so that I can share text messages. But there are no reference to share image not text.

Is there any way to share image?

I don't want to use 3rd party libraries... They are seems not using android native code.

This issu e suggests that it may be possible with the newer version (0.53) version of react-native, but it's not confirmed yet.

You said that you don't want to use 3rd party libs, but I've been studying this issue and a lot of devs are pointing to this repository , just give it a chance.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM