/nubank

Nubank clone app made with react native 🏦💸

Primary LanguageTypeScript

Nubank App - Interface Clone (With animations)

Technologies



GETTING STARTED

Requirements

Clone the project and access the folder

$ git clone https://github.com/danielmesquitta/nubank && cd nubank

Run on android

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

Run on ios

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