I am a React Native Developer and developing a banking app. It asks for multiple permissions including camera and location. There are 4-5 pop-ups when I install the app initially asking for permissions which gets pretty annoying for the client as well. They have placed a requirement to use a single pop-up.
Is there a way I can club all these pop-ups in a single one and grant them all together with a single click as the user installs the app initially?
Please suggest for both Android and iOS.