Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 700 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 700 Bytes

React-Native Contact Manager

CRUD operation on Phonebook Contacts .

This App is tested and developed on Ios device.

Working Operations

• Read Contacts • Delete Conatct • Update Contact

Installation

  • git clone https://github.com/GeekRishabh/rn-contact.git
  • cd rn-contact
  • npm install

Running on iOS

  • make sure you have no other packagers running!

With CocoaPods

  • cd ios && pod install && cd ..
  • npm run ios

Troubleshooting

  • if things don't work, clean up all your build and node_modules folders, npm install and rebuild

Pending Operations

• Create Contact

• Search

  • By phone number
  • By name
  • By email
  • By company

• Sort