Skip to content

👾 Nubank application interface developed in react-native.

Notifications You must be signed in to change notification settings

caioalexandrebr/nubank

Repository files navigation

image

Nubank - React Native

Installing dependencies

$ yarn install

// or

$ npm install

Installing pods

$ cd ios/
$ pod install

Starting server

$ react-native start --reset-cache

// or

$ yarn start

Starting emulator

iOS

$ react-native run-ios

// or

$ yarn ios

Android

$ react-native run-android

// or

$ yarn android