1.0.0 • Published 5 years ago

nativescript-app-settings v1.0.0

Weekly downloads
154
License
-
Repository
github
Last release
5 years ago

App settings

App settings is a nativescript plugin it allow user to open setting in Android and Ios .

Installation

tns plugin add nativescript-app-settings

Usage

const wifiSettings = require("nativescript-app-settings");
// open general settings
wifiSettings.openGeneralSettingsOnDevice();

// open wifi settings
wifiSettings.openWifiSettingsOnDevice();

// open bluetooth settings
wifiSettings.openBluetoothSettingsOnDevice();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT