Skip to content

Commit

Permalink
chore: dep upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Feb 29, 2024
1 parent 3b64ad1 commit 99e7d8c
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 125 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.22.2",
"@react-native-community/netinfo": "^11.3.0",
"@react-native-async-storage/async-storage": "^1.22.3",
"@react-native-community/netinfo": "^11.3.1",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native/babel-preset": "^0.73.21",
"@react-native/metro-config": "^0.74.0",
"@react-navigation/drawer": "^6.6.9",
"@react-navigation/material-top-tabs": "^6.6.8",
"@react-navigation/native": "^6.1.12",
"@react-navigation/native-stack": "^6.9.20",
"@react-navigation/drawer": "^6.6.11",
"@react-navigation/material-top-tabs": "^6.6.10",
"@react-navigation/native": "^6.1.14",
"@react-navigation/native-stack": "^6.9.22",
"@sharcoux/slider": "^7.1.1",
"@shopify/flash-list": "^1.6.3",
"@shopify/react-native-skia": "0.1.225",
Expand Down Expand Up @@ -74,11 +74,11 @@
"qs": "^6.11.2",
"react": "18.2.0",
"react-i18next": "^14.0.5",
"react-native": "0.73.4",
"react-native": "0.73.5",
"react-native-app-auth": "^7.1.3",
"react-native-background-timer": "git+https://github.com/lovegaoshi/react-native-background-timer.git",
"react-native-blob-jsi-helper": "^0.3.1",
"react-native-blob-util": "^0.19.6",
"react-native-blob-util": "^0.19.8",
"react-native-code-push": "^8.2.1",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-gesture-handler": "^2.15.0",
Expand Down Expand Up @@ -114,18 +114,18 @@
"metro": "^0.80.6"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^3.0.3",
"@types/d3": "^7.4.3",
"@types/he": "^1.2.3",
"@types/jest": "^29.5.12",
"@types/md5": "^2.3.5",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-native": "^0.73.0",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-share-menu": "^5.0.5",
Expand All @@ -152,7 +152,7 @@
"metro-react-native-babel-preset": "0.77.0",
"prettier": "^3.2.5",
"react-native-clean-project": "^4.0.1",
"react-native-dotenv": "^3.4.10",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "18.2.0",
"reactotron-react-native": "^5.1.3",
"rimraf": "^5.0.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/node_modules/react-native-blob-util/fetch.js b/node_modules/react-native-blob-util/fetch.js
index ed4e67f..3b6fef6 100644
index 4f52ad3..3e9166f 100644
--- a/node_modules/react-native-blob-util/fetch.js
+++ b/node_modules/react-native-blob-util/fetch.js
@@ -270,7 +270,7 @@ export function fetch(...args: any): Promise {
@@ -271,7 +271,7 @@ export function fetch(...args: any): Promise {
if (options.session)
fs.session(options.session).add(data);
}
respInfo.rnfbEncode = rawType;
- if ('uninit' in respInfo && respInfo.uninit) // event didn't fire yet so we override it here
+ if ('uninit' in respInfo && respInfo.uninit && responseInfo) // event didn't fire yet so we override it here
respInfo = responseInfo;
resolve(new FetchBlobResponse(taskId, respInfo, data));
}

respInfo.rnfbEncode = rawType;
3 changes: 3 additions & 0 deletions src/components/background/MainBackground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ const MainBackground = ({ children }: { children: React.JSX.Element }) => {
resizeMode="cover"
disableFocus={true}
preventsDisplaySleepDuringVideoPlayback={false}
bufferConfig={{
cacheSizeMB: 200,
}}
/>
<View
style={[
Expand Down
Loading

0 comments on commit 99e7d8c

Please sign in to comment.