1.0.2 • Published 2 years ago

@robotbros/react-native-open-settings v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

AliHoseinpoor/open_settings

License

MIT