Skip to content

silvestrevivo/native-musicdisplay

Repository files navigation

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