Application Android et IOS pour l'amicale des élèves
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Content.js 232B

1234567891011121314
  1. // @flow
  2. export default () => {
  3. const contentTheme = {
  4. flex: 1,
  5. backgroundColor: 'transparent',
  6. 'NativeBase.Segment': {
  7. borderWidth: 0,
  8. backgroundColor: 'transparent'
  9. }
  10. };
  11. return contentTheme;
  12. };