Skip to content

yugin21/Wallet

Repository files navigation

Wallet app

This repo provides an example app for Android devices called Wallet App, and this app created with react native framework

This application contains the Splash, PIN login and Home/Account transaction display of wallet credit card app.

Features

  • Splash screen screenshot_20181108-162427

  • PIN login screen (PIN: "2120") screenshot_20181108-162448 screenshot_20181108-162456

  • Home screen (include: Account card, Contact card and Transaction card) screenshot_20181108-162512

Fork the repository

Fork Wallet app repo

Clone the repository

Once you have forked the repo, you can make a clone

Command line git

  1. Clone the Wallet app
  2. cd into the Wallet app folder
  3. Make your changes and create a pull request

Configuring a remote for a Fork

If you make changes in the fork and would like to sync those changes with the upstream repository, you must first configure the remote. This will be required when you have created local branches and would like to make a pull request to your upstream branch.

  1. In the Terminal (for Mac users) or command prompt (fow Windows and Linus users) type git remote -v to list the current configured remote repo for your fork.
  2. git remote add upstream https://github.com/yugin21/Wallet.git to specify new remote upstream repository that will be synced with the fork. You can type git remote -v to verify the new upstream..

If there are changes made in the Original repository, you can sync the fork to keep it updated with upstream repository.

  1. In the terminal, change the current working directory to your local project
  2. Type git fetch upstream to fetch the commits from the upstream repository
  3. git checkout master to checkout your fork's local master branch.
  4. git merge upstream/master to sync your local master branch with upstream/master. Note: Your local changes will be retained and your fork's master branch will be in sync with the upstream repository.

About

Create wallet application with react native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published