Skip to content

Commit b9596eb

Browse files
Himanshu SatijaHimanshu Satija
authored andcommitted
change style
1 parent 3e57821 commit b9596eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Components/Widgets/Content.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ export default class Content extends NativeBaseComponent {
1313
var type = {
1414
backgroundColor: 'transparent',
1515
flex: 1,
16+
flexDirection: 'row',
1617
padding: (this.props.padder) ? this.getTheme().contentPadding : 0
1718
}
1819

1920
var defaultProps = {
20-
style: type
21+
contentContainerStyle: type
2122
}
2223

2324
// console.log("content style", computeProps(this.props, defaultProps));

0 commit comments

Comments
 (0)