plugins
plugins copied to clipboard
bghttp was not found in '@nativescript/background-http'
Trying to set up background upload as per code on these pages and getting the following error:
export 'bghttp' (imported as 'bghttp') was not found in '@nativescript/background-http' (possible exports: session)
This is how it used to work in my code:
import * as bghttp from "@nativescript/background-http";