oliverfrat

Results 2 comments of oliverfrat

+1 In my case it's because of react-navigation. My workaround: ````javascript // With ref const insets = useSafeAreaInsets(); const headerHeight = useHeaderHeight(); const ref = useRef(null); useEffect(() => { const...

@qardpeet great that you've found an even better workaround! Happy to see even better solutions :)