Skip to content

Commit 96f24c7

Browse files
committed
Do not pass loop since width isn`t supported in this mode
1 parent 633ef42 commit 96f24c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/src/screens/componentScreens/CarouselScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class CarouselScreen extends Component<Props, State> {
117117
pageControlProps={{onPagePress: this.onPagePress, limitShownPages}}
118118
// showCounter
119119
allowAccessibleLayout
120-
loop
121120
>
122121
{_.map([...Array(numberOfPagesShown)], (item, index) => (
123122
<Page style={{backgroundColor: BACKGROUND_COLORS[index]}} key={index}>

0 commit comments

Comments
 (0)