rnx-kit icon indicating copy to clipboard operation
rnx-kit copied to clipboard

Modern, scalable tools. Exceptional developer experience.

Results 134 rnx-kit issues
Sort by recently updated
recently updated
newest added

### 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...

bug

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...

feature: align-deps

- [ ] 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...

enhancement
feature: align-deps

See discussion: https://github.com/microsoft/rnx-kit/pull/115#pullrequestreview-633475775

upstream
feature: metro

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...

feature: metro

When enabling `experimentalImportSupport` in `metro.config.js`: ```js module.exports = { transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: true, inlineRequires: true, }, }), }, }; ``` `disableImportExportTransform` should also...

feature: metro

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.

feature: align-deps

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...

feature: third party notices

- [ ] 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...

feature: align-deps