Skip to content

Instantly share code, notes, and snippets.

@brbcoding
Created June 19, 2015 23:45
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 brbcoding/a6aad46e4e535e12b101 to your computer and use it in GitHub Desktop.
Save brbcoding/a6aad46e4e535e12b101 to your computer and use it in GitHub Desktop.
react-native-component-starter.sublime-snippet
<snippet>
<content><![CDATA[
var React = require('react-native');
var {
${1}
} = React;
]]></content>
<tabTrigger>rn</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment