Achieving Android 15 Edge to Edge compatibility for your React Native App.

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 4

  • @fadfooood
    @fadfooood Місяць тому +2

    Thank you for the explanation. How is different than the built-in status bar? I used background transparent and it works for both light and dark. Of course I did the step edge to edge in the xml.

    • @gauthamvijay
      @gauthamvijay  Місяць тому +2

      This is a new requirement from google and this library solves it.
      Like we can make them transparent before the making of this library, but it has become extremely easy to do so now.

  • @Maria-s9p8v
    @Maria-s9p8v 2 дні тому +1

    Hi, will this edge to edge thing works on below android 15 for both navigation and status bar color? I'm also doing the same right now using the useLayoutEffect. It manages the status bar but not the bottom navigation bar.

    • @gauthamvijay
      @gauthamvijay  2 дні тому +1

      There is a library called react native navigation bar color which i use in production and it works well for this feature.
      You can use it for android 14 and below. For android 15 the solution i said in video has streamlined a lot of issues for me in my android apps.
      Let me know if this helped you.