From ab2789e04b56ded8695acf1a068e10cb15b4d8b3 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Fri, 29 Oct 2021 09:18:02 +0500 Subject: [PATCH] fix width issue on App Lock screen --- apps/mobile/src/components/AppLoader/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/AppLoader/index.js b/apps/mobile/src/components/AppLoader/index.js index 7f33070aa..a9dd6c947 100644 --- a/apps/mobile/src/components/AppLoader/index.js +++ b/apps/mobile/src/components/AppLoader/index.js @@ -263,7 +263,7 @@ const AppLoader = ({onLoad}) => { style={{ flex: 1, justifyContent: 'center', - width: '100%', + width:Platform.OS == "ios" ? '95%' : "100%", paddingHorizontal: 12 }}> Verify your identity