adsas

asdas
Anonymous
actionscript
08/26/2021 3:19 PM
340 B
44
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...