Skip to content

Instantly share code, notes, and snippets.

@mrcflorian
Created May 26, 2020 02:46
Show Gist options
  • Save mrcflorian/bbd57208348528de759f7797936210d1 to your computer and use it in GitHub Desktop.
Save mrcflorian/bbd57208348528de759f7797936210d1 to your computer and use it in GitHub Desktop.
import React from 'react'
import { Text, View } from 'react-native'
export default function HomeScreen(props) {
return (
<View>
<Text>Home Screen</Text>
</View>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment