Skip to content

Instantly share code, notes, and snippets.

@winescout
Last active September 21, 2019 22:11
Show Gist options
  • Save winescout/0d92aa47c6bb184401e3f1916b971cd1 to your computer and use it in GitHub Desktop.
Save winescout/0d92aa47c6bb184401e3f1916b971cd1 to your computer and use it in GitHub Desktop.
React Native Class template
import React, { Component } from 'react'
import {
StyleSheet,
Text,
View,
} from 'react-native'
import Theme from '../styles/Theme'
export default class extends Component {
render() {
return(
)
}
}
const styles = StyleSheet.create({
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment