From b49c2392491922137137e0aa8d8f62a2198465e8 Mon Sep 17 00:00:00 2001 From: "Nikita.Zheleznov" Date: Tue, 13 Sep 2022 19:29:58 +0300 Subject: [PATCH] =?UTF-8?q?feat(screen):=20=F0=9F=92=84=20StartScreen=20us?= =?UTF-8?q?ed=20rn-sm=20#99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- screens/StartScreen.tsx | 57 ++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/screens/StartScreen.tsx b/screens/StartScreen.tsx index 5b7c8434..2fe0702b 100644 --- a/screens/StartScreen.tsx +++ b/screens/StartScreen.tsx @@ -14,10 +14,11 @@ import { useFocusEffect } from "@react-navigation/native" // @ts-ignore import waves_light from "assets/images/waves_light.png" import { COLOR } from "utils" +import { s, vs } from "react-native-size-matters" type Props = NativeStackScreenProps -const points = [270] +const points = [s(270)] export default observer(function StartScreen({ navigation }) { const theme = useTheme() @@ -51,7 +52,7 @@ export default observer(function StartScreen({ navigation }) { Center={ <> - + } /> @@ -63,7 +64,7 @@ export default observer(function StartScreen({ navigation }) { @@ -110,7 +111,7 @@ export default observer(function StartScreen({ navigation }) { Import Existing Wallet