Skip to content

Commit 541edb3

Browse files
committed
chore: update React Native and related packages to versions 0.81.6
1 parent e86bd43 commit 541edb3

10 files changed

Lines changed: 519 additions & 430 deletions

File tree

android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RNIterable_kotlinVersion=2.1.20
22
RNIterable_minSdkVersion=24
3-
RNIterable_targetSdkVersion=35
4-
RNIterable_compileSdkVersion=35
3+
RNIterable_targetSdkVersion=36
4+
RNIterable_compileSdkVersion=36
55
RNIterable_ndkversion=27.1.12297006
66
android.useAndroidX=true
77
android.enableJetifier=true

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
android:roundIcon="@mipmap/ic_launcher_round"
1818
android:allowBackup="false"
1919
android:theme="@style/AppTheme"
20+
android:usesCleartextTraffic="${usesCleartextTraffic}"
2021
android:supportsRtl="true">
2122
<activity
2223
android:name=".MainActivity"

example/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "35.0.0"
3+
buildToolsVersion = "36.0.0"
44
minSdkVersion = 24
5-
compileSdkVersion = 35
6-
targetSdkVersion = 35
5+
compileSdkVersion = 36
6+
targetSdkVersion = 36
77
ndkVersion = "27.1.12297006"
88
kotlinVersion = "2.1.20"
99
}

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
1212
# Default value: -Xmx512m -XX:MaxMetaspaceSize=256m
13-
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
13+
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m
1414

1515
# When configured, Gradle will run in incubating parallel mode.
1616
# This option should only be used with decoupled projects. More details, visit

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/ios/ReactNativeSdkExample.xcodeproj/project.pbxproj

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
/* Begin PBXBuildFile section */
1010
00E356F31AD99517003FC87E /* ReactNativeSdkExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ReactNativeSdkExampleTests.m */; };
1111
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
12+
4A7F7036500DF3DAF3004BAD /* libPods-ReactNativeSdkExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 01856097CF2EA080C5E1EE51 /* libPods-ReactNativeSdkExample.a */; };
1213
779227342DFA3FB500D69EC0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 779227332DFA3FB500D69EC0 /* AppDelegate.swift */; };
1314
77E3B5772EA71A4B001449CE /* IterableJwtGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E3B5742EA71A4B001449CE /* IterableJwtGenerator.swift */; };
1415
77E3B5782EA71A4B001449CE /* JwtTokenModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 77E3B5752EA71A4B001449CE /* JwtTokenModule.mm */; };
1516
77E3B5792EA71A4B001449CE /* JwtTokenModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E3B5762EA71A4B001449CE /* JwtTokenModule.swift */; };
1617
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1718
A3A40C20801B8F02005FA4C0 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 1FC6B09E65A7BD9F6864C5D8 /* PrivacyInfo.xcprivacy */; };
18-
EC8F867642C239490B660A0E /* libPods-ReactNativeSdkExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 75C8C5B6275D154ACC7A739D /* libPods-ReactNativeSdkExample.a */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXContainerItemProxy section */
@@ -32,22 +32,22 @@
3232
00E356EE1AD99517003FC87E /* ReactNativeSdkExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReactNativeSdkExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3333
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3434
00E356F21AD99517003FC87E /* ReactNativeSdkExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ReactNativeSdkExampleTests.m; sourceTree = "<group>"; };
35+
01856097CF2EA080C5E1EE51 /* libPods-ReactNativeSdkExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeSdkExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
3536
13B07F961A680F5B00A75B9A /* ReactNativeSdkExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeSdkExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
3637
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ReactNativeSdkExample/Images.xcassets; sourceTree = "<group>"; };
3738
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ReactNativeSdkExample/Info.plist; sourceTree = "<group>"; };
3839
13B07FB71A68108700A75B9A /* ReactNativeSdkExample.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; name = ReactNativeSdkExample.entitlements; path = ReactNativeSdkExample/ReactNativeSdkExample.entitlements; sourceTree = "<group>"; };
3940
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
40-
1D4A10CD5A176A2672FEA843 /* Pods-ReactNativeSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.debug.xcconfig"; sourceTree = "<group>"; };
4141
1FC6B09E65A7BD9F6864C5D8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeSdkExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
42-
75C8C5B6275D154ACC7A739D /* libPods-ReactNativeSdkExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeSdkExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
42+
68C3783E340D622A535D62AE /* Pods-ReactNativeSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.debug.xcconfig"; sourceTree = "<group>"; };
4343
779227312DFA3FB500D69EC0 /* ReactNativeSdkExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeSdkExample-Bridging-Header.h"; sourceTree = "<group>"; };
4444
779227322DFA3FB500D69EC0 /* ReactNativeSdkExampleTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativeSdkExampleTests-Bridging-Header.h"; sourceTree = "<group>"; };
4545
779227332DFA3FB500D69EC0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = ReactNativeSdkExample/AppDelegate.swift; sourceTree = "<group>"; };
4646
77E3B5742EA71A4B001449CE /* IterableJwtGenerator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IterableJwtGenerator.swift; sourceTree = "<group>"; };
4747
77E3B5752EA71A4B001449CE /* JwtTokenModule.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = JwtTokenModule.mm; sourceTree = "<group>"; };
4848
77E3B5762EA71A4B001449CE /* JwtTokenModule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JwtTokenModule.swift; sourceTree = "<group>"; };
4949
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ReactNativeSdkExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
50-
CB3BD018E1F9E12F16E951B0 /* Pods-ReactNativeSdkExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.release.xcconfig"; sourceTree = "<group>"; };
50+
A0A99AFB521B60001D3191A3 /* Pods-ReactNativeSdkExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeSdkExample.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample.release.xcconfig"; sourceTree = "<group>"; };
5151
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
5252
/* End PBXFileReference section */
5353

@@ -63,7 +63,7 @@
6363
isa = PBXFrameworksBuildPhase;
6464
buildActionMask = 2147483647;
6565
files = (
66-
EC8F867642C239490B660A0E /* libPods-ReactNativeSdkExample.a in Frameworks */,
66+
4A7F7036500DF3DAF3004BAD /* libPods-ReactNativeSdkExample.a in Frameworks */,
6767
);
6868
runOnlyForDeploymentPostprocessing = 0;
6969
};
@@ -107,7 +107,7 @@
107107
isa = PBXGroup;
108108
children = (
109109
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
110-
75C8C5B6275D154ACC7A739D /* libPods-ReactNativeSdkExample.a */,
110+
01856097CF2EA080C5E1EE51 /* libPods-ReactNativeSdkExample.a */,
111111
);
112112
name = Frameworks;
113113
sourceTree = "<group>";
@@ -149,8 +149,8 @@
149149
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
150150
isa = PBXGroup;
151151
children = (
152-
1D4A10CD5A176A2672FEA843 /* Pods-ReactNativeSdkExample.debug.xcconfig */,
153-
CB3BD018E1F9E12F16E951B0 /* Pods-ReactNativeSdkExample.release.xcconfig */,
152+
68C3783E340D622A535D62AE /* Pods-ReactNativeSdkExample.debug.xcconfig */,
153+
A0A99AFB521B60001D3191A3 /* Pods-ReactNativeSdkExample.release.xcconfig */,
154154
);
155155
path = Pods;
156156
sourceTree = "<group>";
@@ -180,13 +180,13 @@
180180
isa = PBXNativeTarget;
181181
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ReactNativeSdkExample" */;
182182
buildPhases = (
183-
F2E9324E7AD2F7B160944423 /* [CP] Check Pods Manifest.lock */,
183+
32A8010D6F8AC4ED60F6C361 /* [CP] Check Pods Manifest.lock */,
184184
13B07F871A680F5B00A75B9A /* Sources */,
185185
13B07F8C1A680F5B00A75B9A /* Frameworks */,
186186
13B07F8E1A680F5B00A75B9A /* Resources */,
187187
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
188-
7C9A38BA9F57B06E2BB2025C /* [CP] Embed Pods Frameworks */,
189-
ECD8817AEA59779F686EFF7E /* [CP] Copy Pods Resources */,
188+
7236575B738F319BB76459BD /* [CP] Embed Pods Frameworks */,
189+
029780C9D3AA5F360FBA8EE1 /* [CP] Copy Pods Resources */,
190190
);
191191
buildRules = (
192192
);
@@ -271,24 +271,7 @@
271271
shellPath = /bin/sh;
272272
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
273273
};
274-
7C9A38BA9F57B06E2BB2025C /* [CP] Embed Pods Frameworks */ = {
275-
isa = PBXShellScriptBuildPhase;
276-
buildActionMask = 2147483647;
277-
files = (
278-
);
279-
inputFileListPaths = (
280-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
281-
);
282-
name = "[CP] Embed Pods Frameworks";
283-
outputFileListPaths = (
284-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
285-
);
286-
runOnlyForDeploymentPostprocessing = 0;
287-
shellPath = /bin/sh;
288-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks.sh\"\n";
289-
showEnvVarsInLog = 0;
290-
};
291-
ECD8817AEA59779F686EFF7E /* [CP] Copy Pods Resources */ = {
274+
029780C9D3AA5F360FBA8EE1 /* [CP] Copy Pods Resources */ = {
292275
isa = PBXShellScriptBuildPhase;
293276
buildActionMask = 2147483647;
294277
files = (
@@ -305,7 +288,7 @@
305288
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-resources.sh\"\n";
306289
showEnvVarsInLog = 0;
307290
};
308-
F2E9324E7AD2F7B160944423 /* [CP] Check Pods Manifest.lock */ = {
291+
32A8010D6F8AC4ED60F6C361 /* [CP] Check Pods Manifest.lock */ = {
309292
isa = PBXShellScriptBuildPhase;
310293
buildActionMask = 2147483647;
311294
files = (
@@ -327,6 +310,23 @@
327310
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
328311
showEnvVarsInLog = 0;
329312
};
313+
7236575B738F319BB76459BD /* [CP] Embed Pods Frameworks */ = {
314+
isa = PBXShellScriptBuildPhase;
315+
buildActionMask = 2147483647;
316+
files = (
317+
);
318+
inputFileListPaths = (
319+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
320+
);
321+
name = "[CP] Embed Pods Frameworks";
322+
outputFileListPaths = (
323+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
324+
);
325+
runOnlyForDeploymentPostprocessing = 0;
326+
shellPath = /bin/sh;
327+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeSdkExample/Pods-ReactNativeSdkExample-frameworks.sh\"\n";
328+
showEnvVarsInLog = 0;
329+
};
330330
/* End PBXShellScriptBuildPhase section */
331331

332332
/* Begin PBXSourcesBuildPhase section */
@@ -420,7 +420,7 @@
420420
};
421421
13B07F941A680F5B00A75B9A /* Debug */ = {
422422
isa = XCBuildConfiguration;
423-
baseConfigurationReference = 1D4A10CD5A176A2672FEA843 /* Pods-ReactNativeSdkExample.debug.xcconfig */;
423+
baseConfigurationReference = 68C3783E340D622A535D62AE /* Pods-ReactNativeSdkExample.debug.xcconfig */;
424424
buildSettings = {
425425
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
426426
CLANG_ENABLE_MODULES = YES;
@@ -451,7 +451,7 @@
451451
};
452452
13B07F951A680F5B00A75B9A /* Release */ = {
453453
isa = XCBuildConfiguration;
454-
baseConfigurationReference = CB3BD018E1F9E12F16E951B0 /* Pods-ReactNativeSdkExample.release.xcconfig */;
454+
baseConfigurationReference = A0A99AFB521B60001D3191A3 /* Pods-ReactNativeSdkExample.release.xcconfig */;
455455
buildSettings = {
456456
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
457457
CLANG_ENABLE_MODULES = YES;

example/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@
1414
"@react-navigation/native": "^7.1.14",
1515
"@react-navigation/native-stack": "^7.0.0",
1616
"@react-navigation/stack": "^7.4.2",
17-
"react": "19.1.0",
18-
"react-native": "0.80.3",
17+
"react": "19.1.4",
18+
"react-native": "0.81.6",
1919
"react-native-gesture-handler": "^2.26.0",
20-
"react-native-safe-area-context": "^5.4.0",
20+
"react-native-safe-area-context": "^5.5.2",
2121
"react-native-screens": ">=4.14.0 <4.19.0",
2222
"react-native-webview": "^13.14.1"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.25.2",
2626
"@babel/preset-env": "^7.25.3",
2727
"@babel/runtime": "^7.25.0",
28-
"@react-native-community/cli": "19.1.2",
29-
"@react-native-community/cli-platform-android": "19.1.2",
30-
"@react-native-community/cli-platform-ios": "19.1.2",
31-
"@react-native/babel-preset": "0.80.3",
32-
"@react-native/eslint-config": "0.80.3",
33-
"@react-native/metro-config": "0.80.3",
34-
"@react-native/typescript-config": "0.80.3",
28+
"@react-native-community/cli": "20.0.0",
29+
"@react-native-community/cli-platform-android": "20.0.0",
30+
"@react-native-community/cli-platform-ios": "20.0.0",
31+
"@react-native/babel-preset": "0.81.6",
32+
"@react-native/eslint-config": "0.81.6",
33+
"@react-native/metro-config": "0.81.6",
34+
"@react-native/typescript-config": "0.81.6",
3535
"@types/jest": "^29.5.13",
36-
"@types/react": "^19.1.0",
36+
"@types/react": "^19.1.4",
3737
"@types/react-test-renderer": "^19.1.0",
3838
"react-native-builder-bob": "^0.30.2",
3939
"react-native-dotenv": "^3.4.11",
40-
"react-test-renderer": "19.1.0"
40+
"react-test-renderer": "19.1.4"
4141
},
4242
"engines": {
43-
"node": ">=18"
43+
"node": ">=20"
4444
}
4545
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@
6969
"devDependencies": {
7070
"@commitlint/config-conventional": "^19.6.0",
7171
"@evilmartians/lefthook": "^1.5.0",
72-
"@react-native-community/cli": "19.1.2",
73-
"@react-native/babel-preset": "0.80.3",
74-
"@react-native/eslint-config": "0.80.3",
75-
"@react-native/metro-config": "0.80.3",
76-
"@react-native/typescript-config": "0.80.3",
72+
"@react-native-community/cli": "20.0.0",
73+
"@react-native/babel-preset": "0.81.6",
74+
"@react-native/eslint-config": "0.81.6",
75+
"@react-native/metro-config": "0.81.6",
76+
"@react-native/typescript-config": "0.81.6",
7777
"@react-navigation/native": "^7.1.14",
7878
"@release-it/conventional-changelog": "^9.0.4",
7979
"@testing-library/jest-native": "^5.4.3",
8080
"@testing-library/react-native": "^13.3.3",
8181
"@types/jest": "^29.5.5",
82-
"@types/react": "^19.1.0",
82+
"@types/react": "^19.1.4",
8383
"@typescript-eslint/eslint-plugin": "^8.13.0",
8484
"@typescript-eslint/parser": "^8.13.0",
8585
"baseline-browser-mapping": "latest",
@@ -93,23 +93,23 @@
9393
"jest": "^29.7.0",
9494
"prettier": "^3.0.3",
9595
"prettier-eslint": "^16.4.2",
96-
"react": "19.1.0",
97-
"react-native": "0.80.3",
96+
"react": "19.1.4",
97+
"react-native": "0.81.6",
9898
"react-native-builder-bob": "^0.40.4",
9999
"react-native-gesture-handler": "^2.26.0",
100100
"react-native-safe-area-context": "^5.4.0",
101101
"react-native-screens": ">=4.14.0 <4.19.0",
102102
"react-native-webview": "^13.14.1",
103-
"react-test-renderer": "19.1.0",
103+
"react-test-renderer": "19.1.4",
104104
"release-it": "^17.10.0",
105105
"turbo": "^1.10.7",
106106
"typedoc": "^0.28.13",
107107
"typedoc-plugin-coverage": "^3.3.0",
108108
"typedoc-plugin-mermaid": "^1.12.0",
109-
"typescript": "^5.2.2"
109+
"typescript": "^5.8.3"
110110
},
111111
"resolutions": {
112-
"@types/react": "^19.1.0"
112+
"@types/react": "^19.1.4"
113113
},
114114
"peerDependencies": {
115115
"@react-navigation/native": "*",

0 commit comments

Comments
 (0)