项目作者: silvestrevivo

项目描述 :
React Native application following the Udemy Tutorial from @StephenGrider
高级语言: JavaScript
项目地址: git://github.com/silvestrevivo/native-musicdisplay.git
创建时间: 2018-11-08T19:43:54Z
项目社区:https://github.com/silvestrevivo/native-musicdisplay

开源协议:

下载


native-musicdisplay

React Native application following the Udemy Tutorial from @StephenGrider

how to flexbox in React Native?

flexDirection: ‘column’ is by default the normal disposition on React Native.

Alt text

Flex-start begins from the top-left corner.

Alt text

To avoid problems, wrap things in tags for consistent layouts.

Alt text