Maciej Stosio

Results 28 issues of Maciej Stosio

I wrote some time ago (probably a year 😅) about a feature to log time to tempo.io, and display tasks from JIRA. It still needs some refinement, but I post...

## Description This PR improves upon #2105. #2105 allowed to use iOS 14 default back button behavior when label is not provided. This PR allows to modify the behavior by...

## Summary Fixes #5754 Because modals are open next to the root view in view hierarchy, they are not observed by InsetManager. In this PR I added separate class that...

## Summary Fixes #5746. Not all color formats and syntax supported by RN is supported by reanimated. This PR should align with RN implementation. An example for rgb,rgba,hsl,hsl with comma...

## Summary During the discussion #5851 it was suggested that we could handle status bar without passing special flag. I attached observer that listens to StatusBar changes and keep track...

## Summary The PR should introduced basic CSS4 support for `color()` and display-p3 color space. This PR should align with those PRs from RN: [PR](https://github.com/facebook/react-native/pull/42830), [PR](https://github.com/facebook/react-native/pull/42830) ## Test plan Tests...

Please provide enough information so that others can review your pull request. **Motivation** Adds corresponding functionality from https://github.com/software-mansion/react-native-screens/pull/2123. **Test plan** Describe the **steps to test this change** so that a...

first pull request

## Description ## Changes ## Test code and steps to reproduce ## Checklist - [ ] Included code example that can be used to test this change - [ ]...

## Description Fix few misspelling highlighted in https://github.com/software-mansion/react-native-gesture-handler/pull/2933.