1.0.17 • Published 5 years ago

whocode-nativescript-filepicker v1.0.17

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

NativeScript Simple FilePicker Plugin

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

Installation

tns plugin add whocode-nativescript-filepicker

Usage

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

const myPicker = new FilePicker();

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

License

MIT

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago