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