react-native-social-share
Advanced tools
Comparing version
{ | ||
"name": "react-native-social-share", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Use the iOS native Twitter and Facebook share view from react native", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -40,2 +40,4 @@ # React Native Social Share | ||
'imagelink':'https://artboost.com/apple-touch-icon-144x144.png', | ||
//or use image | ||
'image': 'artboost-icon', | ||
}, | ||
@@ -54,2 +56,4 @@ (results) => { | ||
'imagelink':'https://artboost.com/apple-touch-icon-144x144.png', | ||
//or use image | ||
'image': 'artboost-icon', | ||
}, | ||
@@ -77,2 +81,3 @@ (results) => { | ||
| imagelink | Adds an image file from the given publicly available URL as attachments to the message. | | ||
| image | Adds an image file from the xcode image assets. image takes priority over imagelink. Only one out of two will load. | | ||
| link | Adds a URL to the message. The method automatically handles the URL shortening. | | ||
@@ -117,2 +122,4 @@ | ||
'imagelink':'https://artboost.com/apple-touch-icon-144x144.png', | ||
//or use image | ||
'image': 'artboost-icon', | ||
}, | ||
@@ -131,2 +138,4 @@ (results) => { | ||
'imagelink':'https://artboost.com/apple-touch-icon-144x144.png', | ||
//or use image | ||
'image': 'artboost-icon', | ||
}, | ||
@@ -133,0 +142,0 @@ (results) => { |
Sorry, the diff of this file is not supported yet
8312239
0.01%201
4.69%