Nurzhan Kozhanov

Results 2 comments of Nurzhan Kozhanov

@amacneil, 👋🏻 I'm willing to help. I actively use dbmate in all my Go projects related to PostgreSQL. I have some features in mind that would benefit many devs, particularly...

same issue. Very bad workaround ```tsx import { useIsFocused } from "@react-navigation/native"; ... const desiredInput= React.createRef(); const isFocused = useIsFocused(); useLayoutEffect(() => { if (isFocused) { setTimeout((input) => { input.focus();...