android - react native app restarted when changing permission through settings -


i have react native app. working fine in both ios & android if change permissions(camera, storage) through settings option app restarted.

for example, if on home-screen , had changed permission app restarted , takes me login screen.

are there options maintain current app state(both ios , android)?

please suggest me.


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -