Where did i find AndroidManifest.xml
file in React Native Expo file for requesting permissions?
There is any other ways to request permission from user?
Where did i find AndroidManifest.xml
file in React Native Expo file for requesting permissions?
There is any other ways to request permission from user?
2
Answers
add
permissions
array inside yourapp.json
like thisSo your app.json should be
Basically, EXPO is a tool and provides tools to create a React-native app, When you create an app using EXPO there is no android/ios folder/project inside the react-native expo project if you need to add
permissions
inAndroid/iOS
just update/Change youapp.json / app.config.js
update your
app.config.js
to look likeYou also check this official site for more info regarding this
https://docs.expo.dev/versions/latest/config/app/#permissions