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
- Host: GitHub
- URL: https://github.com/silvestrevivo/native-musicdisplay
- Owner: silvestrevivo
- Created: 2018-11-08T19:43:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T21:15:59.000Z (over 6 years ago)
- Last Synced: 2025-01-25T14:23:50.421Z (4 months ago)
- Topics: firebase, react, react-native, stephengrider, tutorial, udemy
- Language: JavaScript
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

Flex-start begins from the top-left corner.

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