UNPKG

293 BJavaScriptView Raw
1export default {
2 container: {
3 justifyContent: 'center',
4 alignItems: 'center',
5 overflow: 'hidden',
6 // fix 0.36 bug, see: https://github.com/facebook/react-native/issues/10782
7 backgroundColor: 'transparent',
8 },
9};
10//# sourceMappingURL=style.js.map
\No newline at end of file