A React Native clone app of one of the greatest fintechs of the world: Nubank
Technologies | Prerequisites | How To Use | License
This project was developed with the RocketSeat Nubank Clone Video with the following technologies:
- React Native
- React Navigation
- React Native Gesture Handler
- styled-components
- react-native-vector-icons
- react-native-qrcode
- styled-components
- VS Code with EditorConfig and ESLint
In order to use and test the app on a simulator or on your smartphone, you should've already setup the development environment for React Native applications. You can follow the following article (PT-BR) to setup your environment:
React Native Environment (Android/iOS)
To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/lukemorales/nubank-react-native nubankRN
# Go into the repository
$ cd nubankRN
# Install dependencies
$ yarn install
# Run the app (iOS)
$ react-native run-ios --simulator="iPhone XS Max"
# Run the app (Android)
$ react-native run-android
This project is under the MIT license. See the LICENSE for more information.
Made with ♥ by Luke Morales 👋 Get in touch!