Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@brunosabot
Created September 12, 2020 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunosabot/90c2f7acc44752bbbfabadeee3fe5ae2 to your computer and use it in GitHub Desktop.
Save brunosabot/90c2f7acc44752bbbfabadeee3fe5ae2 to your computer and use it in GitHub Desktop.
import React from "react";
import { Text, View } from "react-native";
export default function HelloWorld() {
return (
<View>
<Text>Hello world</Text>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment