react-native-screenshot-aware 1.3.9 → 1.3.11

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.
package/README.md CHANGED
@@ -24,6 +24,7 @@
24
24
 
25
25
  - React Native <0.76, use version 1.2.2 or below 1.2.0 of this package (1.2.1 is buggy)
26
26
  - React Native >=0.76, use version 1.3.0 or later
27
+ - React Native >=0.79, use version 1.3.10 or later
27
28
 
28
29
  ## Installation
29
30
 
@@ -1,7 +1,7 @@
1
1
  #import <React/RCTEventEmitter.h>
2
2
 
3
3
  #ifdef RCT_NEW_ARCH_ENABLED
4
- #import "generated/ScreenshotAwareSpec/ScreenshotAwareSpec.h"
4
+ #import "ScreenshotAwareSpec/ScreenshotAwareSpec.h"
5
5
 
6
6
  @interface ScreenshotAware : RCTEventEmitter <RCTBridgeModule>
7
7
  #else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-screenshot-aware",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
4
4
  "description": "React Native module for real-time screenshot detection on Android and iOS",
5
5
  "source": "src/index.tsx",
6
6
  "main": "lib/commonjs/index.js",
@@ -66,16 +66,16 @@
66
66
  "@react-native-community/cli": "18.0.0",
67
67
  "@semantic-release/changelog": "6.0.3",
68
68
  "@semantic-release/git": "10.0.1",
69
- "@testing-library/react-native": "13.3.1",
69
+ "@testing-library/react-native": "13.3.3",
70
70
  "@types/jest": "30.0.0",
71
71
  "@types/react": "19.0.10",
72
72
  "commitlint": "19.8.1",
73
73
  "del-cli": "6.0.0",
74
74
  "expo": "53.0.20",
75
75
  "husky": "9.1.7",
76
- "jest": "30.0.5",
76
+ "jest": "30.1.1",
77
77
  "react": "19.0.0",
78
- "react-native": "0.81.0",
78
+ "react-native": "0.81.1",
79
79
  "react-native-builder-bob": "0.40.13",
80
80
  "react-test-renderer": "19.0.0",
81
81
  "semantic-release": "24.2.7",
@@ -94,7 +94,7 @@
94
94
  "workspaces": [
95
95
  "example"
96
96
  ],
97
- "packageManager": "yarn@4.9.3",
97
+ "packageManager": "yarn@4.9.4",
98
98
  "jest": {
99
99
  "preset": "react-native",
100
100
  "modulePathIgnorePatterns": [