Modern, scalable tools. Exceptional developer experience.
Перейти к файлу
renovate[bot] 80a3405e98
chore(deps): update dependency prism-react-renderer to v2.3.0 (#2874)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 08:34:19 +00:00
.ccache ci(ios): fix 100% build cache miss (#2662) 2023-09-12 17:17:38 +02:00
.changeset chore(deps): update microsoft/react-native-test-app action to v2.5.34 (#2869) 2023-12-04 08:04:32 +00:00
.github chore(deps): update microsoft/react-native-test-app action to v2.5.34 (#2869) 2023-12-04 08:04:32 +00: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 dependency prism-react-renderer to v2.3.0 (#2874) 2023-12-04 08:34:19 +00:00
incubator chore(deps): update microsoft/react-native-test-app action to v2.5.34 (#2869) 2023-12-04 08:04:32 +00:00
packages RELEASING: Releasing 2 package(s) (#2861) 2023-11-30 22:02:27 +01:00
scripts chore: fix `lint` command to include more files (#2865) 2023-11-30 18:02:19 +01:00
.clang-format
.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
CONTRIBUTING.md docs: automate removal of badges from READMEs (#2324) 2023-04-14 08:24:28 +02:00
LICENSE
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
nx.json chore: make `@rnx-kit/scripts` fully ESM (#2848) 2023-11-21 17:12:22 +01:00
package.json feat(eslint-preset)!: migrate to flat config (#2813) 2023-11-24 11:52:09 +01:00
yarn.lock chore(deps): update dependency react-native-test-app to v2.5.34 (#2868) 2023-12-04 08:54:48 +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.