Skip to content

Instantly share code, notes, and snippets.

@Manntrix
Created September 20, 2020 05:02
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 Manntrix/03da7bda2d8a5d8d0c6186ce35af96a3 to your computer and use it in GitHub Desktop.
Save Manntrix/03da7bda2d8a5d8d0c6186ce35af96a3 to your computer and use it in GitHub Desktop.
import React from 'react'
import { StyleSheet, View, Text } from 'react-native'
export default function App() {
return (
<View>
<Text style={styles.dummyText}>Create your first React Native App</Text>
</View>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment