plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Add real example for how to add plugins

Open sanjarcode opened this issue 1 year ago • 2 comments

ns plugin add @nativescript/secure-storage works.

The following don't:

npm install @nativescript/secure-storage

# or

ns plugin add secure-storage
``

sanjarcode avatar Oct 02 '23 22:10 sanjarcode

The same is missing from docs, and also doesn't work. See https://docs.nativescript.org/development-workflow.html#plugins

sanjarcode avatar Oct 02 '23 22:10 sanjarcode

https://v8.docs.nativescript.org/plugins/imagepicker.html#intro gives the npm install command and it works for me

ns plugin add secure-storage doesn't work though because it's probably an old plugin. The provided link doesn't work btw

uderline avatar Nov 05 '23 13:11 uderline