https://github.com/guilhermebkel/nubank-clone
A replicated version of Nubank App made in react native.
https://github.com/guilhermebkel/nubank-clone
android ios nubank react-native
Last synced: 7 months ago
JSON representation
A replicated version of Nubank App made in react native.
- Host: GitHub
- URL: https://github.com/guilhermebkel/nubank-clone
- Owner: guilhermebkel
- License: mit
- Created: 2019-08-17T12:58:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T23:27:00.000Z (over 5 years ago)
- Last Synced: 2025-01-21T14:45:14.740Z (9 months ago)
- Topics: android, ios, nubank, react-native
- Language: JavaScript
- Homepage:
- Size: 6.87 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fake Nubank
![]()
A Nubank App interface refactored in React Native.## Dependencies
```
npm install
```## Run
It is necessary to use the following commands together
```
react-native start
react-native run-android
```