1.1.2 • Published 4 years ago

nativescript-simple-filepicker v1.1.2

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

NativeScript Simple FilePicker Plugin

A simple plugin for providing file picker functionality to your NativeScript app.

Installation

tns plugin add nativescript-simple-filepicker

Usage

import { openFilePicker } from 'nativescript-simple-filepicker';

openFilePicker({
    extensions?: string[]; // Defaults to all
    multipleSelection?: boolean; // Defaults to false
}).then((data) => {
    console.log(data.files);
});

License

MIT

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

5 years ago

1.0.2-beta.3

5 years ago

1.0.2-beta.2

5 years ago

1.0.2-beta.1

5 years ago

1.0.2-beta.0

5 years ago

1.0.2-alpha.8

5 years ago

1.0.2-alpha.7

5 years ago

1.0.2-alpha.6

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago