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 .
- Host: GitHub
- URL: https://github.com/geekrishabh/rn-contact
- Owner: geekrishabh
- Created: 2019-10-12T06:52:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:21:40.000Z (over 2 years ago)
- Last Synced: 2025-03-19T14:43:24.737Z (about 2 months ago)
- Topics: contact-management, contacts-app, contacts-manager, expo, react-native, react-native-app, react-navigation
- Language: JavaScript
- Size: 1.21 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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