import {View, Text, SafeAreaView, ScrollView, Image} from "react-native"; import React from "react"; import images from "@/constants/images"; const SignIn = () => { return ( Welcome to Mobile.mk Поблиску до вашиот {"\n"} идеален автомобил ); }; export default SignIn;