Socket
Socket
Sign inDemoInstall

react-native-contacts

Package Overview
Dependencies
Maintainers
2
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.3.0 to 0.4.0

10

package.json

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

},
"version": "0.3.0",
"version": "0.4.0",
"description": "React Native Contacts (android & ios)",

@@ -29,7 +29,7 @@ "nativePackage": true,

"author": "rt2zz <zack@root-two.com>",
"contributors": [
"Harry Moreno <b@rubble.com> (http://harrymoreno.com/)",
"Nick Pomfret"
],
"contributors": [
"Harry Moreno <morenoh149@gmail.com> (http://harrymoreno.com/)",
"Nick Pomfret"
],
"license": "MIT"
}
# React Native Contacts
Work in progress successor to react-native-addressbook. This is essentially a pre-alpha release. Expect breaking changes!
Rx support with [react-native-contacts-rx](https://github.com/JeanLebrument/react-native-contacts-rx)
#### Status
## Status
* Preliminary iOS and Android support

@@ -102,3 +100,3 @@ * API subject to revision, changelog in release notes

## Displaying Thumbnails (iOS only)
## Displaying Thumbnails

@@ -108,6 +106,3 @@ The thumbnailPath is the direct URI for the temp location of the contact's cropped thumbnail image.

```js
<Image
source={{uri: contact.thumbnailPath}}
style={styles.thumb}
/>
<Image source={{uri: contact.thumbnailPath}} />
```

@@ -114,0 +109,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