rnx-kit icon indicating copy to clipboard operation
rnx-kit copied to clipboard

Modern, scalable tools. Exceptional developer experience.

Results 134 rnx-kit issues
Sort by recently updated
recently updated
newest added

### What happened? Due to certain esbuild optimizations, Hermes generates more bytecode compared to the standard Metro bundle. It hepens for me with the folowing case: I use `styled-components` and...

bug

### What happened? When you use project references TypeScript force you to build your source code. When you have clean codebase there are no builded files and `@rnx-kit/metro-plugin-typescript` throws error...

bug

`build` command is a bit terse on CI: ``` Run yarn build:ios yarn build:ios shell: /bin/bash -e {0} env: CCACHE_DIR: /Users/runner/work/rnx-kit/rnx-kit/.ccache CC: /opt/homebrew/opt/ccache/libexec/clang CXX: /opt/homebrew/opt/ccache/libexec/clang++ CMAKE_C_COMPILER_LAUNCHER: /opt/homebrew/bin/ccache CMAKE_CXX_COMPILER_LAUNCHER: /opt/homebrew/bin/ccache warn...

enhancement
feature: cli

pnpm introduced catalogs feature in [9.5.0](https://github.com/pnpm/pnpm/releases/tag/v9.5.0). ### Bare minimum support - [x] Ignore `catalog:` protocol (we are already protocol agnostic) ### Great to support - [ ] Should `align-deps` verify...

enhancement
feature: align-deps