Playgroundconst Example = () => { return <View> <Text>In View, text needs to be wrapper inside Text component</Text> </View>; };const Example = () => { return <View> <Text>In View, text needs to be wrapper inside Text component</Text> </View>;};
const Example = () => { return <View> <Text>In View, text needs to be wrapper inside Text component</Text> </View>;};