0

I know that it's not possible to customize for instance location permission view in iOS, but I'm wondering how AirBnb application do it? It have custom view for both location and notification permissions. I read that AirBnb mobile application is ReactNative, you can find info here, maybe that's why they can customize permissions view? Can anyone help me with this?

TylerH
  • 20,799
  • 66
  • 75
  • 101
Davit Siradeghyan
  • 6,053
  • 6
  • 24
  • 29

1 Answers1

1

You can't customize the default iOS permission alert. Those are triggered by the system when you ask for the permission (like camera or location).

What Airbnb and others do, is show a custom view before the native one i.e before asking for the permission.

ahbou
  • 4,710
  • 23
  • 36