import { Text, View } from "react-native"; export default function RecipesScreen() { return ( Recipes Screen Your recipes will appear here ); }