Ariel Falduto

Results 66 comments of Ariel Falduto

Hi @lupeski, Unfortunately, the only way I can find to solve this (for now) is by creating my own `useHeaderHeight` which applies a fix for dynamic island devices. ```js import...

Failing again, now on iPhone 16 pros, it seems the header height reports different sizes, is anyone else experiencing this problem? On iPhone 15 pros / iPhone 16 reports `{"statusBarHeight":...

(for the moment) in case anyone needs I am alternatively using this nasty solution for now until further information is available: ```js import { useHeaderHeight } from '@react-navigation/elements'; import {...

In my case (where I only had issues on Android), using native nested stacks with a bottom tab, this is (a large extract) what finally worked for me: ```js import...

Hi @gorhom, thanks for the update. Unfortunately, the warnings persist on both platforms (Android / iOS) using react-native v0.74.5. Just to mention, the bottom sheet I’m using is in detached...

> another attempt to fix the issue by @pinpong was released on `v5.0.5` After updating to version 5.0.5, the warnings disappeared for me 🎉