Skip to content

Instantly share code, notes, and snippets.

@dabbott
Last active June 26, 2016 02:32
Show Gist options
  • Save dabbott/62428b771b05b2f79627bd5a9d136c67 to your computer and use it in GitHub Desktop.
Save dabbott/62428b771b05b2f79627bd5a9d136c67 to your computer and use it in GitHub Desktop.
Sample component template
import React, { Component } from 'react'
import { View } from 'react-native'
export default class {{{filename}}} {
constructor() {
super()
this.state = {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment