Is this the correct way to add permissions to the androidmanifest in React Native?

18 Views Asked by At

I am trying to add the ACCESS_FINE_LOCATION, ACCESS_COARSE_LOCATION and ACCESS_BACKGROUND_LOCATION to get real time location from the device. I am adding those permissions in the app.json file. Am I doing it the right way? app.json

0

There are 0 best solutions below