Skip to content
Simple NativeScript plugin that opens add contact activity for selected number.
JavaScript
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.npmignore
README.md
index.android.js
package.json

README.md

NativeScript Add Contact Activity

NPM

Simple NativeScript plugin that opens add contact activity for selected number.

Limitations

Currently, it only works on Android.

Usage

var addContact = require("nativescript-add-contact-activity");
addContact.createContact(123456789);
You can’t perform that action at this time.