Skip to content

Commit

Permalink
fix: cacher vertical scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Jun 2, 2022
1 parent 403e52d commit 93c95e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/status/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const Status = ({ navigation, startSurvey }) => {
style={styles.scrollView}
contentContainerStyle={styles.scrollContainer}
onScroll={handleScroll}
scrollEventThrottle={16}
showsVerticalScrollIndicator={false}
>
{renderOnglet(ongletActif)}
</Animated.ScrollView>
Expand Down

0 comments on commit 93c95e3

Please sign in to comment.