Krzysztof Piaskowy

Results 20 issues of Krzysztof Piaskowy

**The problem** Update `react-native-web` from `0.12.3` to `0.13.0` broke `setNativeProps` function, and next call `setNativeProps` override previously applayed style. For example. I have component: ```js ``` I want to change...

resolution: wontfix
has: pr

## Description TODO: - https://github.com/software-mansion/react-native-reanimated/pull/3369 - https://github.com/software-mansion/react-native-reanimated/pull/3437 - Tests - Release notes

## Description TODO: - Synchronize commits with main - Tests - Release notes

## Description Tree-shaking requires `export * as default` syntax, but this syntax requires the babel plugin `@babel/plugin-proposal-export-namespace-from`. Previously I embedded this plugin inside the Reanimated plugin, but this doesn't work...

## Description // TODO Related PR to Screens: https://github.com/software-mansion/react-native-screens/pull/1591 Co-authored-by: @piaskowyk @WoLewicki

## Description After the setup of bob-builder we need to adjust some TS types.

## Description // TODO

## Description // TODO Related PR to Reanimated: https://github.com/software-mansion/react-native-reanimated/pull/2561 Co-authored-by: @WoLewicki @piaskowyk

## Summary ## Test plan

## Summary This pull request introduces a new feature which adds screen "go back" transition animations based on gestures. The feature is a collaboration between three libraries: `react-native-reanimated`, `react-native-screens`, and...