Skip to content

Commit 251cb8a

Browse files
committed
update example
1 parent 32ec297 commit 251cb8a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/App.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,12 @@ const App = () => {
119119
fontWeight: '600',
120120
color: 'black',}}>Animated Pagination Dots</Text>
121121
</View>
122-
<View style={{flex:2, flexDirection:'column', paddingVertical:30, paddingHorizontal:20, marginBottom:20 }}>
122+
<View style={{flex:4, flexDirection:'column', paddingVertical:30, paddingHorizontal:20, marginBottom:20 }}>
123123
<TestDotContainer maxPage={20} color={'black'} sizeRatio={1} />
124-
<TestDotContainer maxPage={10} color={'red'} sizeRatio={1.5} />
125-
<TestDotContainer maxPage={4} color={'green'} sizeRatio={1.0} />
124+
<TestDotContainer maxPage={10} color={'red'} sizeRatio={1} />
125+
<TestDotContainer maxPage={4} color={'green'} sizeRatio={1.0}/>
126+
<TestDotVerticalContainer maxPage={10} color={'rgb(0,0,120)'} />
127+
<TestDotVerticalContainer maxPage={4} color={'blue'} sizeRatio={1.5}/>
126128
</View>
127129
</View>
128130
</View>

0 commit comments

Comments
 (0)