react-native-branch
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "react-native-branch", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Native Wrapper around Branch Metrics native SDKs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,2 +19,8 @@ # react-native-branch | ||
branch.userCompletedAction("Purchased Item", {item: 123}); | ||
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 linkProperties = {feature: 'share', channel: 'RNApp'}; | ||
branch.showShareSheet(shareOptions, branchUniversalObject, linkProperties, ({channel, completed, error}) => {}); | ||
branch.logout(); | ||
@@ -21,0 +27,0 @@ ``` |
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
54682
188