import { StyleSheet, Text, View } from "react-native"; const styles = StyleSheet.create({ container: { alignItems: "center", flexGrow: 1, justifyContent: "center", }, text: { alignItems: "center", fontSize: 24, marginBottom: 24, }, link: { color: "blue", }, }); export default function Alternate() { return ( Alternate Page Go Back ); }