rnx-kit
rnx-kit copied to clipboard
Modern, scalable tools. Exceptional developer experience.
### 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...
### 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...
`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...
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...