An open API service indexing awesome lists of open source software.

https://github.com/geekrishabh/rn-contact

Fetching Contacts , and performing CRUD operation on it .
https://github.com/geekrishabh/rn-contact

contact-management contacts-app contacts-manager expo react-native react-native-app react-navigation

Last synced: about 1 month ago
JSON representation

Fetching Contacts , and performing CRUD operation on it .

Awesome Lists containing this project

README

        

## 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