Skip to content

Commit

Permalink
fix(cell): fix contentview flex settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed May 24, 2020
1 parent 10ccfb0 commit f455b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ const styles = StyleSheet.create({
alignItems: 'center',
flexDirection: 'row',
flexGrow: 1,
flexBasis: 0,
justifyContent: 'center',
// independent from other cellViews
paddingVertical: 10,
Expand Down

0 comments on commit f455b8d

Please sign in to comment.