Jakub Piasecki
Jakub Piasecki
## Description While looking into jest-related issues I've noticed that the test examples no longer ran. It seems we were a little behind with dependencies, so I've updated the relevant...
## Description During the migration of Expensify App to the new architecture, we found a bug where the screen size consistently doesn't get updated to the correct one when navigating...
## PR adding New Architecture support to the library :tada: We at [Software Mansion](https://swmansion.com/) have been working on [improving support](https://blog.swmansion.com/sunrising-new-architecture-in-the-new-expensify-app-729d237a02f5) for the new architecture for quite a while now. If...
### Description Some properties of `UIView` are not reset when the views are recycled. The field that caused a problem in our case is [`autoresizingMask`](https://developer.apple.com/documentation/uikit/uiview/1622559-autoresizingmask?language=objc). By default its set to...
## PR adding New Architecture support to the library :tada: We at [Software Mansion](https://swmansion.com/) have been working on [improving support](https://blog.swmansion.com/sunrising-new-architecture-in-the-new-expensify-app-729d237a02f5) for the new architecture for quite a while now. If...
## Summary: On the new architecture on Android on the new arch, `textAlign` style was ignored (`Layout.Alignment.ALIGN_NORMAL` was always used) during the measurement of text. During this phase, the positions...
## Summary: Paddings are not applied to inline views in text, this PR fixes that. Closes https://github.com/facebook/react-native/issues/42099 ## Changelog: [GENERAL] [FIXED] - Fixed padding not being applied to inline views...
# Description Patches are successfully applied when they either only modify a specific file or change its name, but fail when doing both at the same time. # Steps to...
### Description It looks like the pan gesture is not canceled when the `RootViewGestureHandler` activates, because it's already in the active state. I'm not sure whether it should be active...
## Description Bumps version of RN in FabricExample and adds `.yarnrc.yml` to gitignore.