Modern, scalable tools. Exceptional developer experience.
Перейти к файлу
Tommy Nguyen 0b731952af
fix(tools-react-native): add `loadContextAsync` to exported types (#3424)
2024-11-20 18:58:01 +01:00
.ccache ci(ios): fix 100% build cache miss (#2662) 2023-09-12 17:17:38 +02:00
.changeset fix(tools-react-native): add `loadContextAsync` to exported types (#3424) 2024-11-20 18:58:01 +01:00
.github feat(cli): add Ccache support (#3375) 2024-10-02 08:56:08 +02:00
.vscode Fix a few spelling errors. (#1467) 2022-05-05 13:22:09 -07:00
.yarn chore(deps): update yarn to v4.4.0 (#3298) 2024-08-19 07:02:32 +00:00
docsite chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /docsite (#3421) 2024-11-18 09:48:39 +00:00
incubator fix(align-deps): add profile for 0.76 (#3391) 2024-10-28 16:21:34 +01:00
packages fix(tools-react-native): add `loadContextAsync` to exported types (#3424) 2024-11-20 18:58:01 +01:00
scripts fix(deps): update eslint (major) (#3394) 2024-10-17 14:41:52 +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 chore: bump Yarn to 3.4.1 (#2196) 2023-02-13 12:05:27 +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 chore: bump `react-native` to 0.75 (#3303) 2024-08-20 18:07:31 +02: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: replace depcheck with knip (#3354) 2024-09-17 06:31:26 +00:00
package.json chore(deps): update dependency react-native-macos to v0.75.13 (#3410) 2024-11-04 09:01:50 +00:00
yarn.lock chore(deps): update dependency react-native-windows to v0.75.9 (#3419) 2024-11-18 11:45:51 +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.