rnx-kit
rnx-kit copied to clipboard
Modern, scalable tools. Exceptional developer experience.
### What happened? Hi, i have just integrated the rnx bundler into my app but when i run bundler using `react-native rnx-start` command i get the following error : `Cannot...
Create end-to-end tests to run in CI loops. - [ ] "init" produces a valid app package on all supported react-native versions. Related to #163. - [ ] Normal runs...
- [ ] Video demonstrating dependency manager how-to guides - [ ] Video should come with a transcript (accessibility) and be translated into other languages (localization), so that we reach...
https://reactnative.directory is a listing of React Native community projects, catalogued with interesting project metadata like repo popularity/activity (stars, forks, issues) and usage (monthly npm downloads). See if there is an...
See discussion: https://github.com/microsoft/rnx-kit/pull/115#pullrequestreview-633475775
If we need detailed bundle analysis for Metro, we're going to have to piece together the tooling ourselves. Webpack has a plugin for bundle analysis: https://github.com/webpack-contrib/webpack-bundle-analyzer. This looks nice and...
When enabling `experimentalImportSupport` in `metro.config.js`: ```js module.exports = { transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: true, inlineRequires: true, }, }), }, }; ``` `disableImportExportTransform` should also...
Implement a tool for making sure that Babel and Metro are correctly configured with respect to the repo setup, whether packages are vanilla or use external bundles, etc.
Currently the third party notice generator assumes the js.map files are generated by webpack. This should be updated to support the Metro bundler as well. When metro is supported the...
- [ ] As a first step, we should integrate `rnx-align-deps` in test app and have it consume some random capabilities. - [ ] Investigate how to best verify that...