delete safeAreaView
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import NavbarBack from 'components/NavbarBack';
|
||||
import LayoutTwo from 'components/LayoutTwo';
|
||||
import * as React from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import {
|
||||
@@ -9,7 +9,6 @@ import {
|
||||
Text,
|
||||
View,
|
||||
} from 'react-native';
|
||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||
import Svg, { Circle, Path } from 'react-native-svg';
|
||||
import { PaymentStyle } from 'screens/wallet/payment/ui/style';
|
||||
import Plane from 'svg/Plane';
|
||||
@@ -24,8 +23,7 @@ const PaymentQrCode = (props: PaymentQrCodeProps) => {
|
||||
const svgWidth = screenWidth * 0.8;
|
||||
const svgWidthProduct = screenWidth * 1;
|
||||
return (
|
||||
<SafeAreaView>
|
||||
<NavbarBack title={t("To'lov usuli")} />
|
||||
<LayoutTwo title={t("To'lov usuli")}>
|
||||
<ScrollView
|
||||
style={PaymentStyle.containerMethod}
|
||||
contentContainerStyle={{ paddingBottom: 80 }}
|
||||
@@ -264,7 +262,7 @@ const PaymentQrCode = (props: PaymentQrCodeProps) => {
|
||||
</View>
|
||||
</View>
|
||||
</ScrollView>
|
||||
</SafeAreaView>
|
||||
</LayoutTwo>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user