Setting up my first app with ReactNative.
So excited to finally write code and see the changes on the emulator. MY FIRST APP.
function App () {
return(
<SafeAreaView>
<View>
<Text>
Bem vindo à minha aplicação.
</Text>
</View>
</SafeAreaView...
cdap.hashnode.dev1 min read