react-native-ux-cam
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "react-native-ux-cam", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "React Native wrapper for uxcam.com.", | ||
@@ -5,0 +5,0 @@ "main": "./src/UXCam.js", |
@@ -56,2 +56,8 @@ # react-native-ux-cam | ||
// Hide a sensitive screen. | ||
UXCam.occludeSensitiveScreen(true); | ||
// Unhide a sensitive screen. | ||
UXCam.occludeSensitiveScreen(false); | ||
// Stop recording and upload data manually. | ||
@@ -58,0 +64,0 @@ UXCam.stopApplicationAndUploadData(); |
@@ -18,2 +18,6 @@ // Libraries | ||
occludeSensitiveScreen(shouldOcclude) { | ||
return RNUXCam.occludeSensitiveScreen(shouldOcclude); | ||
} | ||
tagScreenName(screenName) { | ||
@@ -20,0 +24,0 @@ return RNUXCam.tagScreenName(screenName); |
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
168042
24
67