import { propertiesListToString } from "@expo/config-plugins/build/android/Properties"; import React from "react"; import { StyleSheet, View, Text, Button } from 'react-native'; import { globalStyles } from "../styles/global"; export default function HomeScreen({ navigation }) { const pressHandler = () => { navigation.navigate('Mocion'); } return ( Home Screen