I'm struggling to publish the app to google play because of that permission request.
I have provided location permission asks. but it has only 2 label options allow/reject. as far as I see I need to put getBackgroundPermissionOptionLabel() with more options. followed: https://developer.android.com/training/location/permissions#foreground
how do I do that on react native?