/nativescript-imagepicker

Image picker plugin

Primary LanguageTypeScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Image Picker for the NativeScript framework

An image picker control that supports multiple selection.

Usage

Please check the following article.

Prerequisites

Development

Go to nativescript-imagepicker:

npm link

Go to examples\ExampleImgPick:

npm link nativescript-imagepicker

Then you can run the app using either:

tns run ios
tns run android