Skip to content

Commit 71979d9

Browse files
committed
🐛 make inner flatlist width larger than container to fix iOS snap issue #44 #46
1 parent 3b039fc commit 71979d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/TimerPicker/styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export const generateStyles = (
125125
},
126126
durationScrollFlatList: {
127127
minWidth: 1,
128+
width: "300%",
128129
...customStyles?.durationScrollFlatList,
129130
},
130131
durationScrollFlatListContainer: {

0 commit comments

Comments
 (0)