Szymon Rybczak

Results 31 issues of Szymon Rybczak

Summary: --------- In this Pull Request I've added new command `add-platform` which re-uses code from `init` command to add a new OOT platform to existing React Native app. It gets...

docs
feature

## Describe the Feature It would be nice to support TypeScript version in `react-native.config`, I have no idea if there are any tools that have hardcoded path to `react-native.config.js`, so...

feature request

## Describe the Feature When we're unable to resolve the issue in `doctor` command we can try running `clean` command to clean caches for user, maybe that's the possible solution...

good first issue
feature request
no-stale-bot

# Current stage Currently there's ongoing effort to make React Native CLI better, and easier to use for developers. Recently these nice flags were created: - `--interactive` (https://github.com/react-native-community/cli/pull/1815, https://github.com/react-native-community/cli/pull/1811), -...

question
discussion
no-stale-bot

## Summary: Inside [Re.Pack](https://github.com/callstack/repack) we consume command's options, to reduce the amount of assumptions that 3rd party tools need to make - we can move assigning default value to config...

CLA Signed
Partner
p: Callstack
Shared with Meta

## Summary: New CLI version contains a fix for the regression inside `init` command which caused not bumping Yarn version for new projects. https://github.com/react-native-community/cli/pull/2367 ## Changelog: [GENERAL] [CHANGED] - Upgrade...

CLA Signed
Partner
p: Callstack
Pick Request

Summary: --------- In https://github.com/react-native-community/cli/pull/2162 I added preferred device feature - it saves device id to cache, and then when running `run-ios` command it'll push preferred device to the beginning. For...

bugfix

Summary: --------- In `run-ios` command we prioritize simulators over devices: https://github.com/react-native-community/cli/blob/992d01dc2d985c9950acac5a5d4855f91d54fd74/packages/cli-platform-apple/src/commands/runCommand/createRun.ts#L225 but we're launching app first on a device then on a simulator, in this PR I switched the order...

bugfix

Summary: --------- This Pull Request implements fetching only platform's specific properties. It means when passing `--platform` option to `config` command, config logic will only get platform's properties, because it doesn't...

Summary: --------- `@react-native-community/cli` as a bin entrypoint causes a warning (it cannot contain `@ and `/`) when installing packages: ``` ❯ yarn yarn install v1.22.19 warning @react-native-community/[email protected]: Invalid bin entry...

bugfix