1.0.9 • Published 6 years ago

react-native-ios-settings v1.0.9

Weekly downloads
16
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago