1.0.9 • Published 5 years ago

react-native-ios-settings v1.0.9

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

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 --save

or

$ yarn add react-native-ios-settings

Installation

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();
1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago