fix width issue on App Lock screen

This commit is contained in:
ammarahm-ed
2021-10-29 09:18:02 +05:00
parent 022ce1d19d
commit ab2789e04b

View File

@@ -263,7 +263,7 @@ const AppLoader = ({onLoad}) => {
style={{
flex: 1,
justifyContent: 'center',
width: '100%',
width:Platform.OS == "ios" ? '95%' : "100%",
paddingHorizontal: 12
}}>
<Heading>Verify your identity</Heading>