Skip to content

Commit a62533c

Browse files
committed
add a second tab trigger to View for children
1 parent 238721a commit a62533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/components/native/View_react_native.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
<View style={styles.${1}}></View>
3+
<View style={styles.${1}}>${2}</View>
44
]]></content>
55
<tabTrigger>View_</tabTrigger>
66
<scope>source.js,source.jsx</scope>

0 commit comments

Comments
 (0)