Last active
June 26, 2016 02:32
-
-
Save dabbott/62428b771b05b2f79627bd5a9d136c67 to your computer and use it in GitHub Desktop.
Sample component template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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