Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 254 Bytes

File metadata and controls

12 lines (8 loc) · 254 Bytes

react-native-app-helpers/showSettingsScreen

Shows the settings screen for the current application. Only available on iOS and Android.

Usage

import { showSettingsScreen } from "react-native-app-helpers";

await showSettingsScreen();