Mobile app example project on how to use styled-components with typescript and love.
Mobile app example project on how to use styled-components with typescript and love.
This project was developed using the technologies bellow:
To clone the project, use the commands bellow:
# Clone the repository
❯ git clone git@github.com:hstrada/meetup_reprograma-styled-components.git
# Enter directory
❯ cd meetup_reprograma-styled-components
Emulate in IOS
# Enter mobile directory
> cd StyledeJS
# Install the dependencies
❯ yarn
# Install the IOS dependencies
❯ npx pod-install ios
# Install and start the project
❯ yarn ios
Emulate in Android
# Enter mobile directory
> cd StyledeJS
# Install the dependencies
❯ yarn
# Install and start the project
❯ yarn android