Skip to content

Commit

Permalink
Merge pull request #13662 from bernhardoj/fix/13636
Browse files Browse the repository at this point in the history
Fix skeleton view is not left-oriented on Android
  • Loading branch information
sketchydroide authored Dec 21, 2022
2 parents 1f1439a + cb22a92 commit 576cc25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/InvertedFlatList/index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default forwardRef((props, ref) => (
// Manually invert the FlatList to circumvent a react-native bug that causes ANR (application not responding) on android 13
inverted={false}
style={styles.invert}
ListFooterComponentStyle={styles.invert}
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 576cc25

Please sign in to comment.