We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
View
1 parent 238721a commit a62533cCopy full SHA for a62533c
snippets/components/native/View_react_native.sublime-snippet
@@ -1,6 +1,6 @@
1
<snippet>
2
<content><![CDATA[
3
-<View style={styles.${1}}></View>
+<View style={styles.${1}}>${2}</View>
4
]]></content>
5
<tabTrigger>View_</tabTrigger>
6
<scope>source.js,source.jsx</scope>
0 commit comments