This page serves as a quick reference for finding plugins for commonly used features. Feel free to request additional plugins to be listed here by submitting a request on the Docs GitHub Repository.
WebSockets @valor/nativescript-websockets For web-compatible WebSockets, we recommend installing the @valor/nativescript-websockets
plugin:
NPMYarn
bashnpm i --save @valor/nativescript-websockets
bash
yarn add @valor/nativescript-websockets
Image Caching
For image-heavy applications, it's a good practice to adopt an image-caching strategy that helps keep the memory usage down (remote images are cached after first download for example).
@triniwiz/nativescript-image-cache-it One of the go-to plugins is @triniwiz/nativescript-image-cache-it
. It uses SDWebImage
on iOS and Glide
on android.
NPMYarn
bashnpm i --save @triniwiz/nativescript-image-cache-it
bash
yarn add @triniwiz/nativescript-image-cache-it
Another great plugin is from the NativeScript-Community '@nativescript-community/ui-image'. It uses SDWebImage
on iOS and Fresco
on android.
NPMYarn
bashnpm i --save @nativescript-community/ui-image
bash
yarn add @nativescript-community/ui-image
Text
As an alternative to the core Label, check out @nativescript-community/ui-label
.
NPMYarn
bashnpm i --save @nativescript-community/ui-label
bash
yarn add @nativescript-community/ui-label
HTTP
A drop-in replacement for the core HTTP with improvements and additions like connection pooling, form data support and certificate pinning. Check out @nativescript-community/https
.
NPMYarn
bashnpm i --save @nativescript-community/https
bash
yarn add @nativescript-community/https
@klippa/nativescript-http
A drop-in replacement for the core HTTP with improvements and additions like connection pooling, form data support and certificate pinning. Check out @klippa/nativescript-http
.
NPMYarn
bashnpm i --save @klippa/nativescript-http
bash
yarn add @klippa/nativescript-http
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4