Skip to content

Commit

Permalink
Merge pull request #132 from millicast/bugfix/tvos-gridview-ui
Browse files Browse the repository at this point in the history
[Bugfix] Multiview labels layout on tvOS
  • Loading branch information
ldanilina authored Feb 19, 2024
2 parents e676ed0 + b5132d3 commit e0ed09b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/screens/multiview/MultiView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,6 @@ const stylesContainer = StyleSheet.create({
});

function margins(columnsNumber, isLabel) {
if (Platform.isTV && Platform.OS === 'ios') {
return { marginTop: 0, marginBottom: 0, marginLeft: 0, marginRight: 0 };
}

if (isLabel) {
return { marginLeft: '2.5%', bottom: '25%' };
}
Expand Down

0 comments on commit e0ed09b

Please sign in to comment.