diff --git a/pages/index.js b/pages/index.js index 3dc3455..14d1ad4 100644 --- a/pages/index.js +++ b/pages/index.js @@ -139,25 +139,25 @@ export default [ .backgroundColor('lightblue') .height('300px') .margin('3px') - .centerItems(), + .centerContent(), Div() .text('Item 2') .backgroundColor('lightblue') .height('300px') .margin('3px') - .centerItems(), + .centerContent(), Div() .text('Item 3') .backgroundColor('lightblue') .height('300px') .margin('3px') - .centerItems(), + .centerContent(), Div() .text('Item 4') .backgroundColor('lightblue') .height('300px') .margin('3px') - .centerItems() + .centerContent() ], '50%'), Heading('ScrollView', 3), ScrollView([ @@ -167,25 +167,25 @@ export default [ .backgroundColor('lightblue') .height('300px') .margin('3px') - .centerItems(), + .centerContent(), Div() .text('Item 2') .backgroundColor('lightblue') .height('300px') .margin('3px') - .centerItems(), + .centerContent(), Div() .text('Item 3') .backgroundColor('lightblue') .height('300px') .margin('3px') - .centerItems(), + .centerContent(), Div() .text('Item 4') .backgroundColor('lightblue') .height('300px') .margin('3px') - .centerItems() + .centerContent() ], '50%') ]) .height('300px'),