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

react-native-share

Package Overview
Dependencies
Maintainers
4
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-share - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

CHANGELOG.md

@@ -0,1 +1,3 @@

#### 1.1.2-2 (2018-09-12)
#### 1.1.1-1 (2018-08-07)

@@ -2,0 +4,0 @@

3

components/Overlay.js

@@ -5,2 +5,3 @@ // @flow

import { Animated, StyleSheet } from 'react-native';
import type { ViewStyleProp } from 'react-native/Libraries/StyleSheet/StyleSheet';

@@ -33,3 +34,3 @@ const DEFAULT_ANIMATE_TIME = 300;

fadeAnim: Object,
overlayStyle: Object,
overlayStyle: ViewStyleProp,
};

@@ -36,0 +37,0 @@

{
"name": "react-native-share",
"description": "Social share, sending simple data to other apps.",
"version": "1.1.1",
"version": "1.1.2",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -10,3 +10,3 @@ # react-native-share [![CircleCI](https://circleci.com/gh/react-native-community/react-native-share/tree/master.svg?style=svg&circle-token=0c6860240abba4e16bd07df0ea805a72b67b8d41)](https://circleci.com/gh/react-native-community/react-native-share/tree/master) [![npm version](https://badge.fury.io/js/react-native-share.svg)](http://badge.fury.io/js/react-native-share)

1. `npm install react-native-share --save`
2. `react-native link`
2. `react-native link react-native-share`

@@ -46,3 +46,3 @@ ### Manual install

2. Open up `android/app/src/main/java/[...]/MainApplication.java`
- Add `import cl.json.RNSharePackage;` to the imports at the top of the file
- Add `import cl.json.RNSharePackage;` and `import cl.json.ShareApplication;` to the imports at the top of the file
- Add `new RNSharePackage()` to the list returned by the `getPackages()`

@@ -49,0 +49,0 @@ method

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc