Socket
Socket
Sign inDemoInstall

react-native-contacts

Package Overview
Dependencies
Maintainers
3
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-contacts - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "1.0.0",
"version": "1.0.1",
"description": "React Native Contacts (android & ios)",

@@ -10,0 +10,0 @@ "nativePackage": true,

@@ -6,2 +6,5 @@ # React Native Contacts

Latest version is available on [npm](https://www.npmjs.com/package/react-native-contacts)
the [releases](https://github.com/rt2zz/react-native-contacts/releases) tab is not always updated.
## Usage

@@ -115,13 +118,13 @@ `getAll` is a database intensive process, and can take a long time to complete depending on the size of the contacts list. Because of this, it is recommended you access the `getAll` method before it is needed, and cache the results for future use.

thumbnailPath: 'content://com.android.contacts/display_photo/3',
postalAddresses:
[
{
postCode: 'Postcooode',
city: 'City',
neighborhood: 'neighborhood',
street: 'Home Street',
formattedAddress: 'Home Street\nneighborhood\nCity Postcooode',
label: 'work'
}
]
postalAddresses: [
{
street: '123 Fake Street',
city: 'Sample City',
state: 'CA',
region: 'CA',
postCode: '90210',
country: 'USA',
label: 'home'
}
]
}

@@ -128,0 +131,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc