javascript - Sharing image via React Native 'Share' Component -


i'm having problem sharing images in local device. in rn package, there has 'share' component can share text messages. there no reference share image not text.

is there way share image?

i don't want use 3rd party libraries... seems not using android native code.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -