New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-social-share

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-social-share - npm Package Compare versions

Comparing version

to
0.4.0

2

package.json
{
"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