From fedfab094caa2de974094731ecc0df14c956c07e Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Thu, 10 Nov 2022 13:15:59 +0500 Subject: [PATCH] mobile: bump react-native to 0.69.7 --- apps/mobile/native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/native/package.json b/apps/mobile/native/package.json index d2b948f94..d8a0df8ba 100644 --- a/apps/mobile/native/package.json +++ b/apps/mobile/native/package.json @@ -19,7 +19,7 @@ "@sayem314/react-native-keep-awake": "^1.0.4", "deprecated-react-native-prop-types": "^2.3.0", "react": "18.0.0", - "react-native": "0.69.4", + "react-native": "0.69.7", "react-native-background-actions": "^2.6.6", "react-native-begin-background-task": "https://github.com/blockfirm/react-native-begin-background-task.git", "react-native-bootsplash": "^4.1.4",