import { Text, View } from "react-native"; export default function BadgerBakedGood(props) { return <View> <Text>I am a baked good!</Text> </View> }