$ git clone https://github.com/danielmesquitta/nubank && cd nubank
With your emulator/device connected, run:
# Install the dependencies
$ yarn
# Start
$ yarn android
#If it doesn't start automatically, run the following and reopen the app
$ yarn start
This app was made on a Linux computer, so if you want to run it on ios, you will need a MacOS to link the dependencies.
First you should link Vector Icons and React native gesture handler, than run pod install
in the ios folder.
After that, With your emulator/device connected, run:
# Install the dependencies
$ yarn
# Start
$ yarn ios
#If it doesn't start automatically, run the following and reopen the app
$ yarn start