1.0.2 • Published 2 years ago
expo-permission-config v1.0.2
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
}