Untitled
unknown
plain_text
2 years ago
307 B
6
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