Mobile Contacts Application

This is a sample React-Native project which render a list of mobile contacts from a hardcoded data stored in app. Upon clicking one of the contact, user will be navigated to ContactDetails Screen to modify contact information.

Steps to build the project

  1. Clone the project
  2. Run npm install at project root directory
  3. cd to iOS folder, then run pod install
  4. Project is ready to build and deploy, enjoy!