adsas
asdasunknown
actionscript
4 years ago
255 B
10
Indexable
import React from 'react'; import {Text, View,SafeAreaView} from 'react-native'; const App = () => { return ( <SafeAreaView> <Text> Salt </Text> </SafeAreaView> ); }; export default App;
Editor is loading...