You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,10 +167,11 @@ Some snippets heavily inspired by [sublime-react](https://github.com/reactjs/sub
167
167
168
168
1. Create your snippet.
169
169
2. Postfix your snippets with `_react_native`.
170
-
3. Add them to the README
171
-
4. Submit a Pull Request
172
-
5. ???
173
-
6. Profit!
170
+
3. Generate the Atom snippet file (`make install && make atom`)
171
+
4. Add them to the README
172
+
5. Submit a Pull Request
173
+
6. ???
174
+
7. Profit!
174
175
175
176
Try to make your snippet tab triggers follow a syllable-based fuzzy-search style. For example for `componentWillUpdate()`, `cwud` is preferred over `cwup`.
0 commit comments