An open API service indexing awesome lists of open source software.

https://github.com/cellular/capacitor-plugin-native-toolbox


https://github.com/cellular/capacitor-plugin-native-toolbox

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# capacitor-plugin-native-toolbox

A random set of native functions for iOS and Android.

## Install

```
npm install capacitor-plugin-native-toolbox
npx cap sync
```

## Usage

```
import { openNativeAppSettings } from "capacitor-plugin-native-toolbox";

openNativeAppSettings();
```

## Methods

### openNativeAppSettings()

Opens the apps native settings.