react-native-screen-blocker 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,13 +62,13 @@ react-native link react-native-screen-blocker
62
62
  import { enableScreenBlock, disableScreenBlock } from 'react-native-screen-blocker';
63
63
  ```
64
64
 
65
- ### Enable SSL pinning
65
+ ### Enable Screen Block
66
66
  Call early in the app lifecycle.
67
67
  ```bash
68
68
  enableScreenBlock();
69
69
  ```
70
70
 
71
- ### Disable SSL pinning
71
+ ### Disable Screen Block
72
72
  ```bash
73
73
  disableScreenBlock();
74
74
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-screen-blocker",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "React Native module to block screenshots and screen recording on Android and iOS",
5
5
  "main": "index.js",
6
6
  "scripts": {