arekkubaczkowski
arekkubaczkowski
Making a payments using `` or `` components doesn't work while being rendered inside of the `` component. Steps to reproduce the behavior: 1. Render a CardField component on the...
## Summary Upgrade RN to the latest 0.69.0 use patch-package to apply the mandatory changes for react-native-reanimated that doesn't support that version yet. Will remove it once this [PR](https://github.com/software-mansion/react-native-reanimated/pull/3325) is...
### Current Behavior Currently, there is no distinction between the focus and focus:visible pseudo-classes, resulting in limitations when styling components for keyboard-only interactions. The primary disparity between these two pseudo-classes...
## 📜 Description The element rendered within StickyView doesn't follow the keyboard and there appears a gap between. This PR changes the way how sticky element position is being calculated....
### Current Behavior I have encountered some issues with rendering HTML elements and their styles when the `animation` prop is provided. ### Expected Behavior _No response_ ### Tamagui Version ```markdown...
Given the significant interest and numerous requests from the community for this feature, I'm excited to introduce it with this pull request. resolves #998, #1147
In our app, the MessageList is rendered within a bottom sheet (by Gorhom). To display it properly, we need to calculate the available height within the bottom sheet content and...
**Describe the bug** I am experiencing an issue when I lock the phone screen during an active live session and then unlock it to return to that session. Steps to...
**Motivation** I would like to request the addition of a custom prop that allows trimming whitespace from messages before they are sent. This feature will improve user experience by preventing...