Modern, scalable tools. Exceptional developer experience.
Перейти к файлу
renovate[bot] 64994e3ad2
chore(deps): update docusaurus monorepo to v3.0.1 (#2896)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-02 08:02:35 +00:00
.ccache ci(ios): fix 100% build cache miss (#2662) 2023-09-12 17:17:38 +02:00
.changeset RELEASING: Releasing 2 package(s) (#2887) 2023-12-18 12:32:09 +01:00
.github chore(deps): update actions/setup-node action to v4.0.1 (#2889) 2024-01-02 08:24:39 +01:00
.vscode Fix a few spelling errors. (#1467) 2022-05-05 13:22:09 -07:00
.yarn chore(deps): update yarn to v3.7.0 (#2634) 2023-11-22 12:02:59 +00:00
docsite chore(deps): update docusaurus monorepo to v3.0.1 (#2896) 2024-01-02 08:02:35 +00:00
incubator feat(tsconfig): base TypeScript configs for working with Node (#2886) 2023-12-18 12:05:07 +01:00
packages RELEASING: Releasing 2 package(s) (#2887) 2023-12-18 12:32:09 +01:00
scripts feat(tsconfig): base TypeScript configs for working with Node (#2886) 2023-12-18 12:05:07 +01: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 chore: bump Yarn to 3.4.1 (#2196) 2023-02-13 12:05:27 +01:00
.gitignore chore: bump Nx to v17 (#2775) 2023-10-31 17:25:51 +01:00
.swiftformat chore: configure ktlint/swiftformat and format code (#2592) 2023-08-09 13:31:41 +01:00
.yarnrc.yml chore: ensure `packageExtensions` are cleaned up (#2852) 2023-11-28 12:20:43 +00:00
CODE_OF_CONDUCT.md Website Update (#1439) 2022-05-02 15:03:22 +00: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 Clean and clarify the docs (#2713) 2023-09-29 12:55:14 +02: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: make `@rnx-kit/scripts` fully ESM (#2848) 2023-11-21 17:12:22 +01:00
package.json docs: words about general maintenance (#2877) 2023-12-06 14:39:25 +00:00
yarn.lock chore(deps): update dependency esbuild to v0.19.10 (#2893) 2024-01-02 07:43:29 +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.