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
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
# React Native Elements Snippets
2
2
3
-
[](https://github.com/semantic-release/semantic-release)
3
+
[](https://github.com/semantic-release/semantic-release)
4
4
5
5

6
6
7
-
## Highlights
7
+
**Note:** There are two ways to insert these:
8
8
9
-
- Blah Blah
9
+
-**Trigger Suggest** (<kbd>⌃</kbd><kbd>Space</kbd> on macOS) and then type in the name; or you can
10
+
enable the **Editor: Tab Completion** setting, then type the name of the
11
+
snippet and press <kbd>Tab</kbd>.
12
+
13
+
## Features
14
+
15
+
- Works in JS/X and TSX
16
+
- Automatically adds missing imports when a snippet is inserted (as long as it succeeds in parsing the entire file)
17
+
- Supports `React Native Elements Universe` Package
0 commit comments