Skip to content

Commit

Permalink
fix: headerConfig layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alduzy committed Oct 9, 2024
1 parent b67af86 commit 358d4c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/ScreenStackHeaderConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,11 @@ const styles = StyleSheet.create({
flexShrink: 1,
},
headerConfig: {
flexDirection: 'row',
position: 'absolute',
top: '-100%',
width: '100%',
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'center',
},
});

0 comments on commit 358d4c9

Please sign in to comment.