expo-permission-config

1.0.2 • Public • Published

expo-permission-config

a plugin for expo based on react-native-permission (ios only);

install

  yarn add expo-permission-config

usage

the demo

  // app.json
  {
    // ... any config
    plugins: [
      [
        'expo-permission-config', 
        {
          permissions: [
            // the name of the permission you need to add
            // for example
            'Camera'
          ]
        }
      ]
    ]
    // ... any config
    
  }

Readme

Keywords

none

Package Sidebar

Install

npm i expo-permission-config

Weekly Downloads

6

Version

1.0.2

License

ISC

Unpacked Size

3.13 kB

Total Files

4

Last publish

Collaborators

  • fencer-yd