nativescript-contacts
nativescript-contacts copied to clipboard
A nativescript module that gives access to the native contact directory.
I am using a physical android device (Node 9) to test. The NS version is 6.2.1. When I load the contacts it takes over 30 seconds to load 827 contacts....
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
I do this: ``` const response = await NativeScriptContacts.getAllContacts(['name']); console.log('response.response', response.response); console.log('response.data', response.data.length); let first = response.data[0]; console.log('first contact', first); first.delete(); ``` And I get this error: `ERROR Error: Uncaught...
Quick question! Is there a method that returns a contact via a number? I have a broadcast receiver for SMS and would like to quickly get a hold of the...
After updating to NativeScript 6.5 and tns-android 6.5.0, `getAllContacts(["name"])` only returns contacts the first time it's called. I tested some older versions, and for NativeScript 6.5 and tns-android 6.4.0, the...
For some reason, whenever I make a change to my code, some of ```nativescript-contacts``` files get triggered by Webpack, which in turn makes HMR do a full restart of the...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...
`getContact()` function works when used in a regular page but it doesn't show contact selector if opened in a modal.
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...