Skip to content

fencer-yd/expo-permission-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    
  }

About

a plugin for `expo` based on `react-native-permission`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published