react-native-screenshot-aware 1.3.4 → 1.3.6

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.
@@ -25,12 +25,4 @@ target_link_libraries(
25
25
  reactnative
26
26
  )
27
27
 
28
- target_compile_options(
29
- react_codegen_ScreenshotAwareSpec
30
- PRIVATE
31
- -DLOG_TAG=\"ReactNative\"
32
- -fexceptions
33
- -frtti
34
- -std=c++20
35
- -Wall
36
- )
28
+ target_compile_reactnative_options(react_codegen_ScreenshotAwareSpec PRIVATE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-screenshot-aware",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
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",
@@ -61,27 +61,27 @@
61
61
  "registry": "https://registry.npmjs.org/"
62
62
  },
63
63
  "devDependencies": {
64
- "@biomejs/biome": "2.0.6",
64
+ "@biomejs/biome": "2.1.4",
65
65
  "@commitlint/cli": "19.8.1",
66
66
  "@commitlint/config-conventional": "19.8.1",
67
67
  "@react-native-community/cli": "18.0.0",
68
68
  "@semantic-release/changelog": "6.0.3",
69
69
  "@semantic-release/git": "10.0.1",
70
- "@testing-library/react-native": "13.2.0",
70
+ "@testing-library/react-native": "13.2.2",
71
71
  "@types/jest": "30.0.0",
72
72
  "@types/react": "19.0.10",
73
73
  "commitlint": "19.8.1",
74
74
  "del-cli": "6.0.0",
75
- "expo": "53.0.13",
75
+ "expo": "53.0.17",
76
76
  "husky": "9.1.7",
77
- "jest": "30.0.3",
77
+ "jest": "30.0.5",
78
78
  "react": "19.0.0",
79
- "react-native": "0.80.1",
80
- "react-native-builder-bob": "0.40.12",
79
+ "react-native": "0.81.0",
80
+ "react-native-builder-bob": "0.40.13",
81
81
  "react-test-renderer": "19.0.0",
82
- "semantic-release": "24.2.6",
83
- "turbo": "2.5.4",
84
- "typescript": "5.8.3"
82
+ "semantic-release": "24.2.7",
83
+ "turbo": "2.5.5",
84
+ "typescript": "5.9.2"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "react": "*",