Skip to content

Commit 7a2ede8

Browse files
authored
Fix/horizontal scroll (#206)
* upgraded expo to latest version * fixed slider * fixed horizontal scroll of parent container
1 parent 18f5aed commit 7a2ede8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const s = StyleSheet.create((theme, constants) => ({
4949
flexDirection: ['column-reverse', 'row'],
5050
backgroundColor: theme.background,
5151
paddingHorizontal: [undefined, undefined, 100],
52-
width: constants.screenWidth,
52+
width: constants.width,
5353
overflow: 'hidden',
5454
},
5555
section: {

0 commit comments

Comments
 (0)