From 3c310dfe8709600bd48abd80665539a47e329d54 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Sat, 21 Oct 2023 12:05:06 -0400 Subject: [PATCH] FIX: iew controller-based status bar appearance --- ios/BlueWallet/AppDelegate.mm | 2 +- ios/BlueWallet/Info.plist | 24 ++++++++++++------------ package-lock.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ios/BlueWallet/AppDelegate.mm b/ios/BlueWallet/AppDelegate.mm index 3f9e70ad6..f81de4923 100644 --- a/ios/BlueWallet/AppDelegate.mm +++ b/ios/BlueWallet/AppDelegate.mm @@ -1,6 +1,6 @@ +#import #import #import "AppDelegate.h" - #import #import #import diff --git a/ios/BlueWallet/Info.plist b/ios/BlueWallet/Info.plist index be3a989ac..064bc269b 100644 --- a/ios/BlueWallet/Info.plist +++ b/ios/BlueWallet/Info.plist @@ -57,17 +57,17 @@ - CFBundleTypeName - JSON File - CFBundleTypeRole - Editor - LSItemContentTypes - - public.json - - LSHandlerRank - Owner - + CFBundleTypeName + JSON File + CFBundleTypeRole + Editor + LSItemContentTypes + + public.json + + LSHandlerRank + Owner + CFBundleExecutable $(EXECUTABLE_NAME) @@ -219,7 +219,7 @@ UIInterfaceOrientationPortraitUpsideDown UIViewControllerBasedStatusBarAppearance - + UTExportedTypeDeclarations diff --git a/package-lock.json b/package-lock.json index 89afa05d0..9b9d9fa48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "react-native-camera-kit": "13.0.0", "react-native-crypto": "2.2.0", "react-native-default-preference": "1.4.4", - "react-native-device-info": "^10.11.0", + "react-native-device-info": "10.11.0", "react-native-document-picker": "https://github.com/BlueWallet/react-native-document-picker#857655cdddf17751c0fae1286a9121fda2a6d568", "react-native-draggable-flatlist": "github:BlueWallet/react-native-draggable-flatlist#ebfddc4", "react-native-elements": "3.4.3",