Tab.js 123 B

12345678910
  1. // @flow
  2. export default () => {
  3. const tabTheme = {
  4. flex: 1,
  5. backgroundColor: '#FFF'
  6. };
  7. return tabTheme;
  8. };