A collection of React Native snippets for Sublime Text and Atom.
These snippets use ES6/7 syntax.
Install by searching for react-native-snippets
in Package Control or the Atom Package Manager.
Some snippets heavily inspired by sublime-react.
_react_native
.Try to make your snippet tab triggers follow a syllable-based fuzzy-search style. For example for componentWillUpdate()
, cwud
is preferred over cwup
.
MIT, see LICENSE
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.