Rocket.Chat.ReactNative/storybook/stories/CenterView/style.js

9 lines
136 B
JavaScript

export default {
main: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#F5FCFF',
},
};