Skip to content

Commit 0163803

Browse files
committed
add ScrollView
1 parent 82cf460 commit 0163803

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<ScrollView
4+
contentContainerStyle={${1:styles.contentContainer}}
5+
style={${2:style.scrollView}}>
6+
${3}
7+
</ScrollView>
8+
]]></content>
9+
<tabTrigger>ScrollView</tabTrigger>
10+
<scope>source.js,source.jsx</scope>
11+
<description>ScrollView</description>
12+
</snippet>

0 commit comments

Comments
 (0)