選択できるのは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. };