Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

fix: fix pager style #1252

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/TabView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ export default function TabView<T extends Route>({

const styles = StyleSheet.create({
pager: {
flex: 1,
flexGrow: 1,
flexShrink: 1,
Comment on lines -144 to +145
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If your PR targets only web you should check if we are currently on web. Also did you test this on iOS and Android?

overflow: 'hidden',
},
});