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

Commit

Permalink
fix: remove unnecessary flexGrow
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed May 1, 2017
1 parent 92632ed commit 48741e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TabViewPagerPan.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default class TabViewPagerPan<T: Route<*>>

const styles = StyleSheet.create({
sheet: {
flexGrow: 1,
flex: 1,
flexDirection: 'row',
alignItems: 'stretch',
},
Expand Down

0 comments on commit 48741e7

Please sign in to comment.