expo-permissions-interface

3.0.0 • Public • Published

expo-permissions-interface

An interface for expo-permissions

Installation

This package is pre-installed in managed Expo projects. You may skip the rest of the installation guide if this applies to you.

For bare React Native projects, you must ensure that you have installed and configured the @unimodules/core package before continuing.

Add the package to your npm dependencies

npm install expo-permissions-interface

Configure for iOS

Add the dependency to your Podfile and then run pod install.

pod 'EXPermissionsInterface', path: '../node_modules/expo-permissions-interface/ios'

Configure for Android

  1. Append the following lines to android/settings.gradle:
include ':expo-permissions-interface'
project(':expo-permissions-interface').projectDir = new File(rootProject.projectDir, '../node_modules/expo-permissions-interface/android')
  1. Insert the following lines inside the dependencies block in android/app/build.gradle:
api project(':expo-permissions-interface')

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i expo-permissions-interface

    Weekly Downloads

    494

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    7.8 kB

    Total Files

    11

    Last publish

    Collaborators

    • radoslawkrzemien
    • pkham
    • szdziedzic
    • tsapeta
    • wkozyra
    • ide
    • lukmccall
    • brentvatne
    • ccheever
    • exponent
    • jesseruder
    • terribleben
    • sjchmiela
    • expoadmin
    • esamelson