您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

styles.js 219B

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