@robotbros/react-native-open-settings
v1.0.2
Published
react native open system settings
Downloads
2
Readme
react-native-open-settings
Open system setting page for RN
Installation
npm install react-native-open-settings
OR
yarn add react-native-open-settings
Usage
import OpenSettings, { SettingPages } from 'react-native-open-settings';
// ...
const result = await OpenSettings.open(SettingPages.Wifi);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
Thanks to
License
MIT