GeekRishabh / rn-contact

Fetching Contacts , and performing CRUD operation on it .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fetching Contacts , and performing CRUD operation on it .


Languages

Language:JavaScript 53.5%Language:Objective-C 15.0%Language:Java 14.6%Language:Starlark 11.6%Language:Ruby 5.3%