Skip to content

Commit

Permalink
Update src/components/InvertedFlatList/index.android.js
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Beaman <dabeamanator@gmail.com>
  • Loading branch information
hannojg and Beamanator authored Nov 21, 2022
1 parent 54a8a29 commit ea48ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InvertedFlatList/index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default forwardRef((props, ref) => (
// we manually invert the FlatList to circumvent a react-native bug that causes ANR on android 13
inverted={false}
style={styles.invert}
verticalScrollbarPosition="left" // we are mirroring the X and Y axis, so we need to swap the scrollbar position
verticalScrollbarPosition="left" // We are mirroring the X and Y axis, so we need to swap the scrollbar position

CellRendererComponent={InvertedCell}
/>
Expand Down

0 comments on commit ea48ddc

Please sign in to comment.