Daniel Gruszczyk

Results 32 comments of Daniel Gruszczyk

For the time being I decided to just use standard react-native modal and add semi-transparrent background etc (bugs like that must not stop from going to prod), might actually stick...

> Have you tried using a ref to store text input instead? > ```tsx > export default function HomeScreen() { > const [ showModal, setShowModal ] = useState(false) > const...