React native upgrade to 0.81 (#472)

React Native and dependency upgrades
This commit is contained in:
Ritesh Shukla
2025-08-14 17:00:10 +05:30
committed by GitHub
parent 6dec7660db
commit a6b575c998
26 changed files with 1015 additions and 823 deletions

View File

@@ -35,7 +35,7 @@
},
"dependencies": {
"@jellyfin/sdk": "^0.11.0",
"@react-native-community/cli": "19.0.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-picker/picker": "^2.11.1",
@@ -59,7 +59,7 @@
"lodash": "^4.17.21",
"openai": "^5.12.0",
"react": "19.1.0",
"react-native": "0.80.2",
"react-native": "0.81.0",
"react-native-background-actions": "^4.0.1",
"react-native-blob-util": "^0.22.2",
"react-native-blurhash": "2.1.1",
@@ -77,9 +77,9 @@
"react-native-mmkv": "3.3.0",
"react-native-ota-hot-update": "^2.3.1",
"react-native-pager-view": "^7.0.0",
"react-native-reanimated": "^3.19.0",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "4.13.1",
"react-native-reanimated": "4.0.2",
"react-native-safe-area-context": "^5.6.0",
"react-native-screens": "4.14.0",
"react-native-swipeable-item": "^2.0.9",
"react-native-text-ticker": "^1.14.1",
"react-native-toast-message": "^2.3.3",
@@ -87,6 +87,7 @@
"react-native-url-polyfill": "^2.0.0",
"react-native-uuid": "^2.0.3",
"react-native-vector-icons": "^10.2.0",
"react-native-worklets": "0.4.1",
"ruby": "^0.6.1",
"scheduler": "^0.26.0",
"tamagui": "^1.132.16",
@@ -98,14 +99,15 @@
"@babel/runtime": "^7.28.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.32.0",
"@react-native-community/cli-platform-android": "19.0.0",
"@react-native-community/cli-platform-ios": "19.0.0",
"@react-native/babel-preset": "0.80.2",
"@react-native/eslint-config": "0.80.2",
"@react-native/metro-config": "0.80.2",
"@react-native/typescript-config": "0.80.2",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.81.0",
"@react-native/eslint-config": "0.81.0",
"@react-native/metro-config": "0.81.0",
"@react-native/typescript-config": "0.81.0",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.20",
"@types/node": "^24.2.1",
"@types/react": "^19.1.9",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "19.1.0",
@@ -138,4 +140,4 @@
"node": ">=18"
},
"packageManager": "yarn@1.22.22"
}
}