Skip to content

kumbaya123/react-native-contact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-contact

安装:

npm install -s https://github.com/fenglu09/react-native-contact.git react-native link react-native-contact

使用demo

import ContactPicker from 'react-native-contact';

...

// 选择联系人
ContactPicker.pickContact().then(result => {
  console.log(result);
}).catch(error => {
  console.log(error);
});

error

code 说明
10001 NO_PERMISSION
10002 USER_CANCELED

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.3%
  • Objective-C 43.1%
  • JavaScript 0.6%