An open API service indexing awesome lists of open source software.

https://github.com/silvestrevivo/native-musicdisplay

React Native application following the Udemy Tutorial from @StephenGrider
https://github.com/silvestrevivo/native-musicdisplay

firebase react react-native stephengrider tutorial udemy

Last synced: 2 months ago
JSON representation

React Native application following the Udemy Tutorial from @StephenGrider

Awesome Lists containing this project

README

        

# 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](https://raw.githubusercontent.com/silvestrevivo/native-musicdisplay/master/src/assets/img/flexbox01.png "flexbox01 scheme")

Flex-start begins from the top-left corner.

![Alt text](https://raw.githubusercontent.com/silvestrevivo/native-musicdisplay/master/src/assets/img/flexbox02.png "flexbox02 scheme")

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

![Alt text](https://raw.githubusercontent.com/silvestrevivo/native-musicdisplay/master/src/assets/img/flexbox03.png "flexbox03 scheme")