Modern, scalable tools. Exceptional developer experience.
Перейти к файлу
Tommy Nguyen 5a06f5cf69
test(cli): fix test failing on Node 22 (#3498)
2025-01-27 16:16:17 +01:00
.ccache ci(ios): fix 100% build cache miss (#2662) 2023-09-12 17:17:38 +02:00
.changeset test(cli): fix test failing on Node 22 (#3498) 2025-01-27 16:16:17 +01:00
.github ci: fix Renovate config (#3485) [skip ci] 2025-01-20 14:14:04 +01:00
.vscode Fix a few spelling errors. (#1467) 2022-05-05 13:22:09 -07:00
.yarn chore(deps): update dependency nx to v20 (#3497) 2025-01-27 13:00:37 +00:00
docsite chore(deps): update yarn to v4.6.0 (#3477) 2025-01-06 07:25:23 +00:00
incubator chore: bump `react-native` to 0.76 (#3409) 2025-01-20 13:56:42 +01:00
packages test(cli): fix test failing on Node 22 (#3498) 2025-01-27 16:16:17 +01:00
scripts chore(deps): update dependency nx to v20 (#3497) 2025-01-27 13:00:37 +00:00
.clang-format feat: prototype auth module for RNSDK (#857) 2022-02-17 11:35:07 +01:00
.editorconfig chore: configure ktlint/swiftformat and format code (#2592) 2023-08-09 13:31:41 +01:00
.gitattributes feat(config): add support for `extends` field (#3425) 2024-11-21 16:06:12 +01:00
.gitignore fix(cli): `projectDir` is only set in recent versions (#3317) 2024-08-28 18:28:31 +02:00
.swiftformat chore: configure ktlint/swiftformat and format code (#2592) 2023-08-09 13:31:41 +01:00
.yarnrc.yml ci: fix missing types for `metro-transform-worker` (#3486) 2025-01-20 15:50:55 +01:00
CODE_OF_CONDUCT.md docs: update `CODE_OF_CONDUCT.md` template [skip ci] (#3141) 2024-05-14 07:58:43 +02:00
CONTRIBUTING.md docs: words about general maintenance (#2877) 2023-12-06 14:39:25 +00:00
LICENSE Initial LICENSE commit 2019-11-15 13:38:18 -08:00
README.md fix: backticks in README (#3030) 2024-03-25 10:00:00 +00:00
ROADMAP.md docs: use the new alerts syntax (#2866) 2023-12-04 11:58:14 +00:00
SECURITY.md Initial SECURITY.md commit 2019-11-15 13:38:19 -08:00
nx.json chore(deps): update dependency nx to v20 (#3497) 2025-01-27 13:00:37 +00:00
package.json chore(deps): update dependency nx to v20 (#3497) 2025-01-27 13:00:37 +00:00
yarn.lock chore(deps): update dependency nx to v20 (#3497) 2025-01-27 13:00:37 +00:00

README.md

rnx-kit - React Native tooling by and for developers

Open in Visual Studio Code Build

rnx-kit is a collection of battle-tested tools created by Microsoft engineers to optimize the React Native developer experience. It helps filling gaps in the React Native ecosystem and streamlines the developer workflow.

These tools are actively used every day to ship React Native apps at scale across Microsoft; now they're open source and available for any React Native project.

What's included

rnx-kit includes tools for:

  • Dependency management - Ensure consistent dependency versions across large projects with align-deps.
  • Native builds (experimental) - Build Android and iOS apps in the cloud with build. Avoid installing heavy native toolchains.
  • Better bundling - metro-serializer allows the enhancement of Metro to add features such as TypeScript validation with Metro, tree shaking, duplicate and cyclic dependencies detection.
  • Microsoft-tailored defaults - you can find Babel preset for Metro opinionated for Microsoft usage.

And many more!

Get started

Please follow Introduction guide on the documentation website to learn about how you can quickly add the "all in one" CLI to your project and get most of the tools set out of the box.

Or follow the Getting started guide for an easy introduction to our dependency management tool.

If you want to use only a specific tool, you can refer to its README for details; they are all easily readable in the Tools section of the documentation.

Contributing

rnx-kit is built for the community, by the community - and maintained by Microsoft engineers. Your contributions are welcome!

Take a look at CONTRIBUTING for details.

If you are interested in proposing "substantial" changes, please refer to our RFC process.

License

MIT License

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.