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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago