react-native-branch
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "react-native-branch", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Native Wrapper around Branch Metrics native SDKs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,3 @@ # react-native-branch | ||
var shareOptions = {messageHeader: "Check this out!", messageBody: "Check this cool thing out: "}; | ||
var branchUniversalObject = {canonicalIdentifier: "RNBranchSharedObjectId", contentTitle: "Cool Content!", contentDescription: "Cool Content Description", contentImageUrl: ""}; | ||
var branchUniversalObject = {metadata: {prop1: "test", prop2: "abc"}, canonicalIdentifier: "RNBranchSharedObjectId", contentTitle: "Cool Content!", contentDescription: "Cool Content Description", contentImageUrl: ""}; | ||
var linkProperties = {feature: 'share', channel: 'RNApp'}; | ||
@@ -24,0 +24,0 @@ branch.showShareSheet(shareOptions, branchUniversalObject, linkProperties, ({channel, completed, error}) => {}); |
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
57092