OPS: Update to RN 85
Some checks failed
Build Release and Upload to TestFlight (iOS) / build (push) Has been cancelled
BuildReleaseApk / buildReleaseApk (push) Has been cancelled
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Has been cancelled
BuildReleaseApk / browserstack (push) Has been cancelled

This commit is contained in:
Overtorment 2026-04-29 22:30:57 +01:00 committed by GitHub
commit f75eb7bf71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 911 additions and 850 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

6
android/gradlew vendored
View File

@ -114,8 +114,6 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;;
esac
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
@ -172,7 +170,6 @@ fi
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
JAVACMD=$( cygpath --unix "$JAVACMD" )
@ -212,8 +209,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-classpath "$CLASSPATH" \
org.gradle.wrapper.GradleWrapperMain \
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
"$@"
# Stop when "xargs" is not available.

4
android/gradlew.bat vendored
View File

@ -70,11 +70,9 @@ goto fail
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
:end
@rem End local scope for the variables with windows NT shell

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
module.exports = {
testEnvironment: '<rootDir>/tests/custom-environment.js',
reporters: ['default', ['<rootDir>/tests/custom-reporter.js', {}]],
preset: 'react-native',
preset: '@react-native/jest-preset',
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},

892
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,10 +19,11 @@
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@jest/reporters": "^27.5.1",
"@react-native/eslint-config": "^0.84.1",
"@react-native/js-polyfills": "^0.84.1",
"@react-native/metro-babel-transformer": "^0.84.1",
"@react-native/typescript-config": "^0.84.1",
"@react-native/eslint-config": "^0.85.2",
"@react-native/jest-preset": "0.85.2",
"@react-native/js-polyfills": "^0.85.2",
"@react-native/metro-babel-transformer": "^0.85.2",
"@react-native/typescript-config": "^0.85.2",
"@testing-library/react-native": "^13.0.1",
"@types/bip38": "^3.1.2",
"@types/bs58check": "^2.1.0",
@ -107,20 +108,20 @@
"@react-native-community/cli-platform-android": "20.1.3",
"@react-native-community/cli-platform-ios": "20.1.3",
"@react-native-documents/picker": "12.0.1",
"@react-native-vector-icons/entypo": "12.5.0",
"@react-native-vector-icons/fontawesome": "12.4.2",
"@react-native-vector-icons/fontawesome6": "12.3.2",
"@react-native-vector-icons/ionicons": "12.5.0",
"@react-native-vector-icons/material-design-icons": "12.5.0",
"@react-native-vector-icons/material-icons": "12.5.0",
"@react-native/babel-preset": "0.84.1",
"@react-native/codegen": "0.84.1",
"@react-native/gradle-plugin": "0.84.1",
"@react-native/metro-config": "0.84.1",
"@react-native-vector-icons/entypo": "13.1.1",
"@react-native-vector-icons/fontawesome": "13.1.1",
"@react-native-vector-icons/fontawesome6": "13.1.1",
"@react-native-vector-icons/ionicons": "13.1.1",
"@react-native-vector-icons/material-design-icons": "13.1.1",
"@react-native-vector-icons/material-icons": "13.1.1",
"@react-native/babel-preset": "0.85.2",
"@react-native/codegen": "0.85.2",
"@react-native/gradle-plugin": "0.85.2",
"@react-native/metro-config": "0.85.2",
"@react-navigation/devtools": "7.0.56",
"@react-navigation/drawer": "7.9.8",
"@react-navigation/drawer": "7.9.9",
"@react-navigation/native": "7.2.2",
"@react-navigation/native-stack": "7.14.11",
"@react-navigation/native-stack": "7.14.12",
"@scure/base": "2.0.0",
"@spsina/bip47": "github:BlueWallet/bip47#df82345",
"aezeed": "0.0.5",
@ -153,7 +154,7 @@
"qr": "0.5.5",
"react": "19.2.3",
"react-localization": "github:BlueWallet/react-localization#ae7969a",
"react-native": "0.84.1",
"react-native": "0.85.2",
"react-native-biometrics": "3.0.1",
"react-native-blue-crypto": "github:BlueWallet/react-native-blue-crypto#3cb5442",
"react-native-camera-kit-no-google": "github:BlueWallet/react-native-camera-kit-no-google#0ed049a62da29cf304019363ec9d9ef3a73652e6",
@ -177,7 +178,7 @@
"react-native-permissions": "5.5.1",
"react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376",
"react-native-quick-actions": "0.3.13",
"react-native-reanimated": "4.2.2",
"react-native-reanimated": "4.3.0",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.24.0",
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",
@ -185,7 +186,7 @@
"react-native-svg": "15.15.4",
"react-native-tcp-socket": "6.4.1",
"react-native-watch-connectivity": "1.1.0",
"react-native-worklets": "0.7.4",
"react-native-worklets": "0.8.1",
"react-test-renderer": "19.2.3",
"readable-stream": "3.6.2",
"realm": "20.2.0",