Untitled
unknown
plain_text
a year ago
307 B
4
Indexable
import React from 'react'; import {Text, View} from 'react-native'; const YourApp = () => { return ( <View style={{ flex: 1, justifyContent: 'center', alignItems: 'center', }}> <Text>jhjhj jnjnjjhbj bb 🎉</Text> </View> ); }; export default YourApp;
Editor is loading...
Leave a Comment