Skip to content

Commit

Permalink
Fix blank spots in examples list in FabricExample (#4019)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored Feb 3, 2023
1 parent f88ac36 commit c9e1ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FabricExample/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ function HomeScreen() {
style={styles.list}
data={EXAMPLES}
ItemSeparatorComponent={ItemSeparator}
initialNumToRender={EXAMPLES.length}
renderItem={({ item }) => (
<Item
title={item.icon + ' ' + item.title}
Expand Down

0 comments on commit c9e1ef4

Please sign in to comment.