oliverfrat
Results
2
comments of
oliverfrat
Wrong button position when using KeyboardAvoidingView in combination with SafeAreaView and autofocus
+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...
Wrong button position when using KeyboardAvoidingView in combination with SafeAreaView and autofocus
@qardpeet great that you've found an even better workaround! Happy to see even better solutions :)