React-native-contacts: How about just open the address book?

Created on 21 May 2016  路  5Comments  路  Source: morenoh149/react-native-contacts

I was looking forward to be able to open the address book (supporting API level 18) and select a contact. Seems like it is something that we cannot do with this module right?

Most helpful comment

@duranmla
We've made something that you described in this library. The library's functionalities are currently very basic but any PR is welcomed:
https://github.com/LynxITDigital/react-native-contacts-wrapper

All 5 comments

This is conceivably possible with https://developer.apple.com/library/ios/documentation/AddressBookUI/Reference/ABPeoplePickerNavigationController_Class/ but currently react-native-contacts does not implement such a feature. PR's welcome!

The point of the module is to get phone contact info into an RN app. What you're describing is like a modal or screen transition. If you think it would make sense to do that please submit a PR.

@duranmla
We've made something that you described in this library. The library's functionalities are currently very basic but any PR is welcomed:
https://github.com/LynxITDigital/react-native-contacts-wrapper

closing as solved. wontfix.

@duranmla
We've made something that you described in this library. The library's functionalities are currently very basic but any PR is welcomed:
https://github.com/LynxITDigital/react-native-contacts-wrapper

Cool, but this doesn't return the recordID and that is pretty important.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

msutyak picture msutyak  路  9Comments

narenderv7 picture narenderv7  路  5Comments

prathd picture prathd  路  5Comments

farrukhhashmi65 picture farrukhhashmi65  路  7Comments

krishna201 picture krishna201  路  4Comments