React native FlexStyle 学习笔记

Posted aikongmeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React native FlexStyle 学习笔记相关的知识,希望对你有一定的参考价值。

Flex所有属性如下

export interface FlexStyle 
   
  alignContent?:
    | \'flex-start\'
    | \'flex-end\'
    | \'center\'
    | \'stretch\'
    | \'space-between\'
    | \'space-around\'
    | undefined

以上是关于React native FlexStyle 学习笔记的主要内容,如果未能解决你的问题,请参考以下文章