In this project I started to Spotify App clone Expo and React Native.
Investigating the answer to the question of how to improve myself and how to use technology more efficiently
- Creating the color theme
- Tabbar system
- Icon system
- Screens
- Components
The colors are inside the theme file:
src/theme/index.js
Color | Hex |
---|---|
darkestGrey | #121212 |
darkGrey | #282828 |
white | #FFFFFF |
grey | #B3B3B3 |
green | #57B65F |
- Day 1: Screens and bottom tab create. Theme color set. Icons set
- Day 2: Compenents create. Grid and carousel play list design