Overview | Technologies | How to use | How to contribute
Recreating the Nubanck template.
This project was developed with the following technologies:
You should have:
- NodeJS
- Package manager (NPM ou Yarn)
$ git clone https://github.com/ojeffoinheiro/jeffbanck$ cd jeffbanckyarn installRun the application (iOS)
$ react-native run-ios --simulator="iPhone XS Max"Run the application (Android)
$ react-native run-android- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature; - Commit your changes:
git commit -m 'feat: My new feature'; - Push to your branch:
git push origin my-feature.
