We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9876540 commit 88b3806Copy full SHA for 88b3806
example/examples/src/routes/Swiper/index.tsx
@@ -9,7 +9,7 @@ const SwiperDemo = () => {
9
]
10
return (
11
<View>
12
- <Swiper width={200} dataSource={data} height={150} borderRadius={24} />
+ <Swiper dataSource={data} height={150} borderRadius={24} />
13
</View>
14
)
15
}
0 commit comments