react-native-nitro-ark 0.0.53 → 0.0.54

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.
@@ -1,5 +1,5 @@
1
- NitroArk_kotlinVersion=2.0.21
1
+ NitroArk_kotlinVersion=2.1.20
2
2
  NitroArk_minSdkVersion=24
3
- NitroArk_targetSdkVersion=34
4
- NitroArk_compileSdkVersion=35
3
+ NitroArk_targetSdkVersion=36
4
+ NitroArk_compileSdkVersion=36
5
5
  NitroArk_ndkVersion=27.1.12297006
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-ark",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "description": "Pure C++ Nitro Modules for Ark client",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",
@@ -72,7 +72,7 @@
72
72
  "@eslint/eslintrc": "^3.3.0",
73
73
  "@eslint/js": "^9.22.0",
74
74
  "@evilmartians/lefthook": "^1.5.0",
75
- "@react-native/eslint-config": "^0.78.0",
75
+ "@react-native/eslint-config": "^0.81.1",
76
76
  "@release-it/conventional-changelog": "^9.0.2",
77
77
  "@types/jest": "^29.5.5",
78
78
  "@types/react": "^19.0.10",
@@ -84,8 +84,8 @@
84
84
  "jest": "^29.7.0",
85
85
  "nitro-codegen": "^0.29.3",
86
86
  "prettier": "^3.0.3",
87
- "react": "19.0.0",
88
- "react-native": "0.79.5",
87
+ "react": "19.1.0",
88
+ "react-native": "0.81.1",
89
89
  "react-native-builder-bob": "^0.40.13",
90
90
  "react-native-nitro-modules": "^0.29.3",
91
91
  "release-it": "^17.10.0",
File without changes