expo-contacts
Expo Contacts universal module
Last updated 7 years ago by sjchmiela .
MIT · Original npm · Tarball · package.json
$ cnpm install expo-contacts 
SYNC missed versions from official npm registry.

expo-contacts

Provides access to the phone's system contacts.

API documentation

Installation in managed Expo projects

For managed managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.

Installation in bare React Native projects

For bare React Native projects, you must ensure that you have installed and configured the react-native-unimodules package before continuing.

Add the package to your npm dependencies

expo install expo-contacts

Configure for iOS

Add NSContactsUsageDescription key to your Info.plist:

<key>NSContactsUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your contacts</string>

Run npx pod-install after installing the npm package.

Configure for Android

Add android.permission.READ_CONTACTS and optionally android.permission.WRITE_CONTACTS permissions to your manifest (android/app/src/main/AndroidManifest.xml):

<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.

Current Tags

  • 10.1.0                                ...           latest (4 years ago)

45 Versions

  • 10.1.0                                ...           4 years ago
  • 10.0.3                                ...           4 years ago
  • 10.0.2                                ...           4 years ago
  • 10.0.1                                ...           5 years ago
  • 10.0.0                                ...           5 years ago
  • 9.2.5                                ...           5 years ago
  • 9.2.4                                ...           5 years ago
  • 9.2.3                                ...           5 years ago
  • 9.2.2                                ...           5 years ago
  • 9.2.1                                ...           5 years ago
  • 9.2.0                                ...           5 years ago
  • 9.1.2                                ...           5 years ago
  • 9.1.1                                ...           5 years ago
  • 9.1.0                                ...           5 years ago
  • 9.0.0                                ...           5 years ago
  • 8.6.0                                ...           6 years ago
  • 8.5.0                                ...           6 years ago
  • 8.4.0                                ...           6 years ago
  • 8.3.0                                ...           6 years ago
  • 8.2.1                                ...           6 years ago
  • 8.2.0                                ...           6 years ago
  • 8.1.0                                ...           6 years ago
  • 8.0.0                                ...           6 years ago
  • 7.0.0                                ...           7 years ago
  • 7.0.0-rc.0                                ...           7 years ago
  • 6.0.0                                ...           7 years ago
  • 6.0.0-rc.0                                ...           7 years ago
  • 5.0.2                                ...           7 years ago
  • 5.0.1                                ...           7 years ago
  • 5.0.0                                ...           7 years ago
  • 5.0.0-rc.0                                ...           7 years ago
  • 4.0.0                                ...           7 years ago
  • 3.0.0                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 2.0.0-rc.3                                ...           7 years ago
  • 2.0.0-rc.2                                ...           7 years ago
  • 2.0.0-rc.1                                ...           7 years ago
  • 2.0.0-rc.0                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
  • 1.1.0-rc.1                                ...           7 years ago
  • 1.1.0-rc.0                                ...           7 years ago
  • 1.0.0                                ...           8 years ago
  • 1.0.0-rc.1                                ...           8 years ago
  • 1.0.0-rc.0                                ...           8 years ago
  • 0.0.1                                ...           8 years ago
Downloads
Today 0
This Week 0
This Month 23
Last Day 0
Last Week 6
Last Month 7
Dependencies (2)
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |