Attached React-Native app asking for permissions

I am trying to install and test a React-Native app on my phone. When I run it react-native run-android

, the app will be built and installed on the device. However, launching the app just takes me to a screen asking for permission to use other apps. This permission is already enabled, but even when I disabled and enabled it, the screen remains stuck and I have no access to my application. How can I get around this?

+4


source to share


1 answer


I had the same problem, I granted permissions, but it would just open the screen again and again Draw over other apps

. " Just restarting my device solved this for me: /



0


source







All Articles