Modern, scalable tools. Exceptional developer experience.
Перейти к файлу
Tommy Nguyen 0f5a3f2873
test(align-deps): address pnpm issues (#2795)
2023-11-07 18:09:45 +01:00
.ccache ci(ios): fix 100% build cache miss (#2662) 2023-09-12 17:17:38 +02:00
.changeset test(align-deps): address pnpm issues (#2795) 2023-11-07 18:09:45 +01:00
.github chore(deps): update actions/setup-node action to v3.8.2 (#2788) 2023-11-06 08:46:36 +01:00
.vscode Fix a few spelling errors. (#1467) 2022-05-05 13:22:09 -07:00
.yarn chore(deps): update yarn to v3.6.1 (#2501) 2023-08-14 11:32:46 +02:00
docsite chore(deps): bump @babel/traverse from 7.20.13 to 7.23.2 in /docsite (#2738) 2023-10-17 07:19:55 +00:00
incubator chore: move Jest config to break circular dependency (#2787) 2023-11-06 16:39:51 +01:00
packages test(align-deps): address pnpm issues (#2795) 2023-11-07 18:09:45 +01:00
scripts test(align-deps): address pnpm issues (#2795) 2023-11-07 18:09:45 +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: migrate to ESLint flat config (#2782) 2023-11-03 14:02:18 +01:00
CODE_OF_CONDUCT.md Website Update (#1439) 2022-05-02 15:03:22 +00:00
CONTRIBUTING.md docs: automate removal of badges from READMEs (#2324) 2023-04-14 08:24:28 +02: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: add ROADMAP.md (#2579) 2023-08-08 19:09:46 +02:00
SECURITY.md Initial SECURITY.md commit 2019-11-15 13:38:19 -08:00
nx.json chore: fix phantom dependencies (#2778) 2023-11-02 11:23:00 +01:00
package.json chore: migrate to ESLint flat config (#2782) 2023-11-03 14:02:18 +01:00
yarn.lock test(metro-resolver-symlinks): address pnpm issues (#2794) 2023-11-07 18:09:34 +01: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.