Michał Osadnik

Results 16 issues of Michał Osadnik

Since your last release a lot has changed and maybe that's a good idea to bump version on GitHub? Especially take into consideration that your Readme is _too_ "up-to-date" according...

After recent problems with navigation,e g., - non-consistent sheets with swap aggregator (android) - last minute problems on profiles and the general observation that a lot of changes are quite...

Fixes RNBW-#### Figma link (if any): This was a regression caused by https://github.com/rainbow-me/rainbow/pull/1142 However, the original bug was already fixed in reanimated so this fix is not needed. Also, I...

needs dev review
merge when ready
performance
dev QA

UPDATE RAINBOW SCRIPTS BEFORE TESTING TO AVOID CACHING ISSUES This PR creates a bunch of improvements to our Images patterns. I don't include a ticket for this cause all of...

needs dev review
team1

## Motivation Issue happens on iOS. https://github.com/kmagiera/react-native-gesture-handler/issues/476. After releasing finger in tap GH which is waiting for second GH and failure of second GH, values are being set zero and...

## Motivation This a solution for https://github.com/kmagiera/react-native-screens/issues/67 Keyboard doesn't dismiss after navigating to another screen and back. Even on `Keyboard.dismiss()` call. It seems like without Screens keyboard is dismissed on...

## Motivation There're a lot of things happened before making list of transactions visible and especially when there's a lot a them it's reasonable to display a feedback indicating that...

## Motivation Since data displayed in this list might consist of great number of records which could "normal" virtualized list might implies troubles in performance. This is a similar case...

I have observed some race condition on jumping between tabs using two methods (with swipe and navbuttons) and noticed that sometimes index of tab is incorrect. Probably it's an internal...