NativeScript / plugins

@nativescript plugins to help with your developments.
https://docs.nativescript.org/plugins/index.html
Apache License 2.0
189 stars 107 forks source link

Add real example for how to add plugins #534

Open sanjarcode opened 10 months ago

sanjarcode commented 10 months ago

ns plugin add @nativescript/secure-storage works.

The following don't:


npm install @nativescript/secure-storage

# or

ns plugin add secure-storage
``
sanjarcode commented 10 months ago

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

uderline commented 9 months ago

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