Socket
Socket
Sign inDemoInstall

react-native-contacts

Package Overview
Dependencies
Maintainers
1
Versions
99
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 0.1.0 to 0.1.1

3

index.js
var ReactNative = require('react-native')
console.log('rnn', ReactNative.NativeModules)
module.exports = ReactNative.NativeModules.ReactNativeContacts
module.exports = ReactNative.NativeModules.Contacts

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

},
"version": "0.1.0",
"version": "0.1.1",
"description": "React Native Contacts (android & ios)",

@@ -16,3 +16,5 @@ "nativePackage": true,

"addressbook",
"contacts"
"contacts",
"ios",
"android"
],

@@ -19,0 +21,0 @@ "bugs": {

@@ -24,2 +24,3 @@ # React Native Contacts

## Usage Example
`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.
```js

@@ -26,0 +27,0 @@ var Contacts = require('react-native-contacts')

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