react-native-share
Advanced tools
Comparing version 10.2.0 to 10.2.1
@@ -8,3 +8,3 @@ "use strict"; | ||
var _reactNative = require("react-native"); | ||
var _NativeRNShare = _interopRequireDefault(require("../../codegenSpec/NativeRNShare")); | ||
var _NativeRNShare = _interopRequireDefault(require("../codegenSpec/NativeRNShare")); | ||
var _platform = require("./platform"); | ||
@@ -11,0 +11,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
@@ -43,3 +43,3 @@ "use strict"; | ||
exports.default = void 0; | ||
var _NativeRNShare = _interopRequireDefault(require("../codegenSpec/NativeRNShare")); | ||
var _NativeRNShare = _interopRequireDefault(require("./codegenSpec/NativeRNShare")); | ||
var _Overlay = _interopRequireDefault(require("./components/Overlay")); | ||
@@ -46,0 +46,0 @@ var _Sheet = _interopRequireDefault(require("./components/Sheet")); |
import { PermissionsAndroid } from 'react-native'; | ||
import NativeRNShare from '../../codegenSpec/NativeRNShare'; | ||
import NativeRNShare from '../codegenSpec/NativeRNShare'; | ||
import { getAndroidVersion } from './platform'; | ||
@@ -4,0 +4,0 @@ export async function checkAndroidPermissionsForUrls(urls) { |
@@ -1,2 +0,2 @@ | ||
import NativeRNShare from '../codegenSpec/NativeRNShare'; | ||
import NativeRNShare from './codegenSpec/NativeRNShare'; | ||
import Overlay from './components/Overlay'; | ||
@@ -3,0 +3,0 @@ import Sheet from './components/Sheet'; |
{ | ||
"name": "react-native-share", | ||
"description": "Social share, sending simple data to other apps.", | ||
"version": "10.2.0", | ||
"version": "10.2.1", | ||
"repository": { | ||
@@ -15,3 +15,3 @@ "type": "git", | ||
"module": "lib/module/index.js", | ||
"types": "lib/typescript/src/index.d.ts", | ||
"types": "lib/typescript/index.d.ts", | ||
"files": [ | ||
@@ -23,3 +23,2 @@ "src", | ||
"windows", | ||
"codegenSpec", | ||
"RNShare.podspec", | ||
@@ -94,3 +93,3 @@ "!**/__tests__", | ||
"start:ios": "react-native run-ios", | ||
"lint": "eslint \"src/**/*.{js,ts,tsx}\" \"codegenSpec/**/*.{js,ts,tsx}\" --max-warnings=0", | ||
"lint": "eslint \"src/**/*.{js,ts,tsx}\" --max-warnings=0", | ||
"typescript": "tsc --noEmit", | ||
@@ -146,3 +145,3 @@ "validate": "yarn lint && yarn typescript", | ||
"type": "modules", | ||
"jsSrcsDir": "./codegenSpec", | ||
"jsSrcsDir": "./src/codegenSpec", | ||
"android": { | ||
@@ -149,0 +148,0 @@ "javaPackageName": "cl.json" |
import { PermissionsAndroid } from 'react-native'; | ||
import NativeRNShare from '../../codegenSpec/NativeRNShare'; | ||
import NativeRNShare from '../codegenSpec/NativeRNShare'; | ||
import { getAndroidVersion } from './platform'; | ||
@@ -5,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
318345
160
1628