react-native-share
Advanced tools
Comparing version 7.5.0 to 7.6.0
@@ -81,3 +81,4 @@ "use strict"; | ||
MESSENGER: _reactNative.NativeModules.RNShare.MESSENGER || _types.Social.Messenger, | ||
SNAPCHAT: _reactNative.NativeModules.RNShare.SNAPCHAT || _types.Social.Snapchat | ||
SNAPCHAT: _reactNative.NativeModules.RNShare.SNAPCHAT || _types.Social.Snapchat, | ||
VIBER: _reactNative.NativeModules.RNShare.VIBER || _types.Social.Viber | ||
}, | ||
@@ -84,0 +85,0 @@ |
@@ -27,2 +27,3 @@ "use strict"; | ||
Social["Messenger"] = "messenger"; | ||
Social["Viber"] = "viber"; | ||
})(Social || (exports.Social = Social = {})); | ||
@@ -29,0 +30,0 @@ |
@@ -29,3 +29,4 @@ import { NativeModules, Platform } from 'react-native'; | ||
MESSENGER: NativeModules.RNShare.MESSENGER || Social.Messenger, | ||
SNAPCHAT: NativeModules.RNShare.SNAPCHAT || Social.Snapchat | ||
SNAPCHAT: NativeModules.RNShare.SNAPCHAT || Social.Snapchat, | ||
VIBER: NativeModules.RNShare.VIBER || Social.Viber | ||
}, | ||
@@ -32,0 +33,0 @@ |
@@ -20,2 +20,3 @@ export let Social; | ||
Social["Messenger"] = "messenger"; | ||
Social["Viber"] = "viber"; | ||
})(Social || (Social = {})); | ||
@@ -22,0 +23,0 @@ |
@@ -28,2 +28,3 @@ import Overlay from './components/Overlay'; | ||
readonly SNAPCHAT: Social.Snapchat; | ||
readonly VIBER: Social.Viber; | ||
}; | ||
@@ -30,0 +31,0 @@ readonly open: (options: ShareOptions) => Promise<ShareOpenResult | never>; |
@@ -17,3 +17,4 @@ export declare enum Social { | ||
Snapchat = "snapchat", | ||
Messenger = "messenger" | ||
Messenger = "messenger", | ||
Viber = "viber" | ||
} | ||
@@ -20,0 +21,0 @@ export declare enum ShareAsset { |
{ | ||
"name": "react-native-share", | ||
"description": "Social share, sending simple data to other apps.", | ||
"version": "7.5.0", | ||
"version": "7.6.0", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -18,2 +18,3 @@ export enum Social { | ||
Messenger = 'messenger', | ||
Viber = 'viber', | ||
} | ||
@@ -20,0 +21,0 @@ |
@@ -23,2 +23,3 @@ import 'react-native'; | ||
MESSENGER: Social.Messenger; | ||
VIBER: Social.Viber; | ||
@@ -25,0 +26,0 @@ SHARE_BACKGROUND_IMAGE: ShareAsset.BackgroundImage; |
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
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
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
320248
116
1602