Project that adds functionality in an obscure way in the Nubank app, my goal is to practice my knowledge with this project.
-
React Native - A lib that provides a way to create native apps for Android and iOS. about
-
Styled components - Visual primitives for the component age. about
-
Template rocketseat - Template created by the rocketseat team to streamline the process of installing necessary packages, so as not to hinder the development flow. about
- Clone this repo using
[email protected]:MauricioSilv/nubank-app-dark.git
- Enter directory:
cd nubank-app-dark
- Run
yarn
to install dependencies
- Run
react-native run-android
if you use it on the android simulator; - If you use simulator IOS, run
react-native run-ios
;