Releases: shrugs/react-native-snippets
Releases · shrugs/react-native-snippets
Add stateless function snippet
Fix typo Stylesheet -> StyleSheet
Merge pull request #16 from msmsmsmsms/stylesheet-typo fixed typo in css scaffold (Stylesheet -> StyleSheet)
Minor Typo Fix for componentWillMount
- minor fix for a type in componentWillMount
Atom Compatibility
Breaking Changes
- Prefix for components is now
rn
because sublime wasn't playing nicely with<
.
Additions
Atom Compatibility
fix react import
v1.1.1 Missing React import
Fix deprecation on importing Component from `react`
fix deprecation on Component import (#9) import Component from react instead of react-native
[No Changes] push to Package Control
v1.0.1 update README with new examples
Update to ES6 Syntax and Prefix Tab Triggers with `<` to avoid mis-expanding them.
v1.0 update README with new examples
Minor update to `View` snippet
v0.2.2 add a second tab trigger to `View` for children
Testing semver for Package Control Updates
Merge pull request #5 from livepanzo/master Update createClass_react_native.sublime-snippet