Category: React Native Share
How to use simple share success callback ?
Hello, i success to share through the whatsapp, but i don’t know how to use the callback, because i want use success callback to close…
onClose – Possible Unhandled Promise Rejection
2016-08-01 11:09:59.584 [warn][tid:com.facebook.react.JavaScript] Possible Unhandled Promise Rejection (id: 3): getting this error on pressing close running the example
finished with non-zero exit value 2
There is an error ‘finished with non-zero exit value 2’ when i was run on android environment. How to solve this problem ?
not working on android – undefined is not an object
I followed the example in the readme (tried both manual installation and automatic) and no matter what I do, when I press the share button…
:app:dexDebug error
:app:dexDebug Unknown source file : UNEXPECTED TOP-LEVEL EXCEPTION: Unknown source file : com.android.dex.DexException: Multiple dex files define Landroid/support/v7/appcompat/R$anim; Unknown source file : at com.android.dx.merge.DexMerger.readSortableTypes(DexMerger.java:596) Unknown…
Possible Unhandled Promise Rejection (id: 0)
I’m trying to implement the simple sharing import Share, {ShareSheet, Button} from ‘react-native-share’; <TouchableHighlight onPress={() => { Share.open({ title: “React Native”, message: “Hola mundo”, url:…
Is it possible to share multiple images at once?
I’ve been using this module to share images, one at a time. I’m using RNFS.readFile to get base64 data of the image, and setting the…
is there a way to share image as well as url from this library
Hi, I am looking to share image as well as url at the same time, but it seems that this library only support one url…
None of the share Options are working on click
Do I need to add any other functionality code I have used the one in the example provided Can you plz assist me
Is there a way to use Facebook messenger for sharing via this?
I wanted to include the Facebook messenger as single share option in my app. This works like a charm for WhatsApp/Facebook but it seems there…