Recreating the Nubanck template.
First, clone the repository.
git clone https://github.com/Faelst/Nubank-Template.git
after, install global depedence.
npm install -g expo expo-cli
// OR
yarn add global expo expo-cli
into the project path, install the dependences.
npm install
// OR
yarn add
finaly, execute.
npm start
// OR
yarn start
