Jiří Otáhal
Jiří Otáhal
# Overview Hey guys! First of all thanks for working on this library. Appreciate that 🙏 By this PR I am trying to fix the scrolling of inner FlatList. My...
Hey folks! 👋 First of all, great work on this library! 👏 I have a question. I'd like to understand where the problem lies. I know that `reselect` doesn't support...
More of a question than an issue I would say. Why do we need `Suspense` here https://github.com/software-mansion/react-freeze/blob/main/src/index.tsx#L39? The `react-freeze` is used by `react-navigation`. I don't use the freeze option but...
## 📜 Description Added an option to specify whether to include keyboard height padding. This is particularly useful for scenarios like bottom sheets, where the position of the modal is...
**Describe the bug** There is a problem with calculating position of text input when used on bottom sheet component (@gorhom/bottom-sheet). Let me explain what's happening with these two videos. When...