1.0.9 • Published 7 years ago
react-native-ios-settings v1.0.9
react-native-ios-settings
This is a package to be used in React Native apps for opening the iOS Settings app to the menu for that app.
Getting started
$ npm install react-native-ios-settings --saveor
$ yarn add react-native-ios-settingsInstallation
Add the following line to your app's Podfile
pod 'react-native-ios-settings', :path => '../node_modules/react-native-ios-settings'and run pod install within your app's ios/ directory
Usage
import { openIosSettings } from 'react-native-ios-settings';
...
openIosSettings();