Skip to content

Commit

Permalink
Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
btcalls committed Feb 22, 2018
1 parent 3a89eb0 commit 26dcb82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ For Atom, search for `react-native-snippets-horse` in the [Atom Package Manager]
<td>rncc</td>
<td>Scaffolds a full react-native component class.</td>
</tr>
<tr>
<td>React Native Create Stateless Function</td>
<td>rnstf</td>
<td>Scaffolds a stateless function.</td>
</tr>
<tr>
<td>this.setState()</td>
<td>tss</td>
Expand All @@ -41,6 +46,10 @@ For Atom, search for `react-native-snippets-horse` in the [Atom Package Manager]
<td>React.PropTypes.</td>
<td>rpt</td>
</tr>
<tr>
<td>export default</td>
<td>ed</td>
</tr>
</table>

### Lifecycle Methods
Expand Down

0 comments on commit 26dcb82

Please sign in to comment.