Skip to content

Commit

Permalink
feat: added bottom padding in the session list as well
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Oct 4, 2024
1 parent 77f3932 commit 51a8477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Schedule() {
onScroll={scrollHandler}
onViewableItemsChanged={onViewableItemsChanged}
data={data}
contentContainerStyle={{ paddingTop: spacing.xl, paddingBottom: spacing.xl }}
contentContainerStyle={{ paddingTop: spacing.xl, paddingBottom: spacing.xxl }}
scrollEventThrottle={8}
stickyHeaderIndices={[0]}
ListHeaderComponent={() => {
Expand Down

0 comments on commit 51a8477

Please sign in to comment.