a557826de3 | ||
---|---|---|
.github | ||
.vscode | ||
change | ||
packages | ||
scripts | ||
.gitignore | ||
.npmrc | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
package.json | ||
yarn.lock |
README.md
▄████████ ███▄▄▄▄ ▀████ ▐████▀ ▄█ ▄█▄ ▄█ ███
███ ███ ███▀▀▀██▄ ███▌ ████▀ ███ ▄███▀ ███ ▀█████████▄
███ ███ ███ ███ ███ ▐███ ███▐██▀ ███▌ ▀███▀▀██
▄███▄▄▄▄██▀ ███ ███ ▀███▄███▀ ▄█████▀ ███▌ ███ ▀
▀▀███▀▀▀▀▀ ███ ███ ████▀██▄ ▀▀█████▄ ███▌ ███
▀███████████ ███ ███ ▐███ ▀███ ███▐██▄ ███ ███
███ ███ ███ ███ ▄███ ███▄ ███ ▀███▄ ███ ███
███ ███ ▀█ █▀ ████ ███▄ ███ ▀█▀ █▀ ▄████▀
███ ███ ▀
rnx-kit
rnx-kit
is a collection of tools that are useful for React Native apps and
libraries.
Packages
Name | Description |
---|---|
@rnx-kit/babel-plugin-import-path-remapper | Babel plugin for remapping 'lib/' imports to 'src/' |
@rnx-kit/babel-preset-metro-react-native | Babel preset for React Native applications |
@rnx-kit/bundle-diff | Simple tool for diffing the content of two bundles |
@rnx-kit/cli | Command-line interface for rnx-kit |
@rnx-kit/config | Package for defining and querying information about rnx kits |
@rnx-kit/dep-check | Dependency checker for React Native apps |
@rnx-kit/metro-config | Metro config for monorepos |
@rnx-kit/metro-plugin-cyclic-dependencies-detector | Cyclic dependencies detector for Metro |
@rnx-kit/metro-plugin-duplicates-checker | Duplicate packages checker |
@rnx-kit/metro-plugin-typescript-validation | Typescript validation during Metro bundling |
@rnx-kit/metro-serializer | Metro's default JavaScript bundle serializer but with plugin support |
@rnx-kit/metro-serializer-esbuild | Experimental esbuild serializer for Metro |
@rnx-kit/third-party-notices | Library and tool to build a third party notices file based on a js bundle's source map |
@rnx-kit/typescript-service | TypeScript language services with support for custom module resolution |
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
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.