Elene Botchoradze
Elene Botchoradze
**Describe the bug** A clear and concise description of what the bug is. "FastImageView" doesn't support fabric **To Reproduce** Steps to reproduce the behavior if possible, or a link to...
OnPress not working while modal is open after updating react native version, not on presseble and neither on TouchableOpacity, tried swapping it with built in modal and it worked, I...
## Environment react: 18.2.0 => 18.2.0 react-native: 0.71.4 => 0.71.4 ## Platforms both ## Versions "react-native-modal": "^13.0.1" ## Description Is there any way to dismiss modals with one action? I...
I get it that after 5 minute listener should be removed and started again but I think it doesn't work in my case: ` const otpHandler = (message: string) =>...
## Summary: Related issue: https://github.com/facebook/react-native/issues/43243 As [documentation](https://reactnative.dev/docs/textinput#returnkeytype) stated for the ReturnKeyType prop on the input there are different options, like "next", "go" and etc. They are actually supported on the...
### Current behavior I want to use presentation: "TransparentModal" but I get overlay of default header of the app. https://github.com/user-attachments/assets/5e96360e-b36e-45ea-89ce-69dd395f0c2a ### Expected behavior header should be depended on navigation.setOptions method...