Szymon Rybczak

Results 31 issues of Szymon Rybczak

**Motivation** According to this issue https://github.com/satya164/react-native-tab-view/issues/1371 I added the `disableChangeTabAnimation` to disable animation when changing tab.

## Summary: Bumps NDK to current LTS Release. ## Changelog: [Android] [Changed] - Bump NDK to 25 ## Test Plan: CI Green ✅

CLA Signed

## Summary: Bumped Flipper version from `0.182.0` to `0.204.0` (which is currently latest version). New version contain NDK 25, which is necessarily for us since we would like to bump...

CLA Signed

Hey! 👋 We're running a conference - React Universe Conf in Wrocław, PL 🙌

CLA Signed

## Summary: Bump CLI version to 10.2.7 ## Changelog: [GENERAL] [CHANGED] - Bump CLI to 10.2.7 ## Test Plan: CI

CLA Signed
Partner
p: Callstack

See: https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0759-react-native-frameworks.md#commands-to-be-removed Related: https://github.com/react-native-community/cli/pull/2317

Wait on future Release
Partner
p: callstack
CLA Signed

# Description ## One Line Summary This is a change that'll be required starting from React Native 0.73.x. More context can be found here: https://github.com/react-native-community/discussions-and-proposals/issues/671 # Testing ## Manual testing...

## Describe the feature In React Native Community CLI recently we allowed to override existing commands from `react-native.config.js`: https://github.com/react-native-community/cli/pull/2229. ## Motivation When running `run-ios` and `run-android` we're executing `node /path/to/cli...

type:feature
area:repack

Hey! 👋 I'm maintainer of React Native CLI, and last year we added `clean` command. `react-native-clean-project` is great tool, and we would like to upstream all options that RNCP has...

Summary: --------- Fixes https://github.com/react-native-community/cli/issues/2307 From now we're saving `.packager.env` and `launchPackager.command` under `${ctx.root}/node_modules/.generated`, so that setups like Yarn v4 with `node-linker: pnpm` will also work. Test Plan: ---------- 1. Clone...

bugfix