Skip to content

Instantly share code, notes, and snippets.

@alperbayram
Created April 7, 2024 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alperbayram/c45e336943ea02b9073894d68e475ce3 to your computer and use it in GitHub Desktop.
Save alperbayram/c45e336943ea02b9073894d68e475ce3 to your computer and use it in GitHub Desktop.
(drawer)/favorites.tsx
import { View, Text } from "react-native";
import { styles } from "../../../styles/styles";
import { Link } from "expo-router";
export default function Page() {
return (
<View style={styles.container}>
<View>
<Text style={styles.subtitle}>app/(drawer)/favorites.tsx</Text>
</View>
<Text style={styles.linktitle}>favorites</Text>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment