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.

styles.js 212B

12345678910111213
  1. // @flow
  2. /**
  3. * The style of toolbar buttons.
  4. */
  5. export default {
  6. videoContainer: {
  7. alignItems: 'center',
  8. flex: 1,
  9. flexDirection: 'column',
  10. justifyContent: 'center'
  11. }
  12. };