rnx-kit
rnx-kit copied to clipboard
Modern, scalable tools. Exceptional developer experience.
### Description Add support for "Random Access Module" bundle. ### Test plan Enable `ramBundle` for iOS only: ```diff diff --git a/packages/test-app/package.json b/packages/test-app/package.json index fa7a9e76..994291e3 100644 --- a/packages/test-app/package.json +++ b/packages/test-app/package.json @@...
### What happened? see more context https://github.com/facebook/react-native/issues/34464 ### Affected Package @rnx-kit/cli ### Version 0.14.2 ### Which platforms are you seeing this issue on? - [X] Android - [X] iOS -...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...
`align-deps` should remove stale dependencies when upgrading react-native. For instance, `@react-native-community/async-storage` was renamed to `@react-native-async-storage/async-storage` some time ago. When people are upgrading from 0.63 to 0.64, we resolve the `storage`...
### Description RFC to discuss further the new new configuration scheme for `dep-check` originally proposed here https://github.com/microsoft/rnx-kit/issues/1638 You can read the [formatted text here](https://github.com/microsoft/rnx-kit/blob/kelset/dep-check-v2-rfc/text/0000-dep-check-v2.md), please leave comments inline to discuss.
### What happened? As a follow up to #1744 with the same repo at https://github.com/danilobuerger/repo_rnx-kit_1744 after installing a dependency some files from that module can't be resolved. I am using...
Develop a plan for supporting Hermes bundle creation via "rnx-bundle" and "rnx-start". Result should be the same as "react-native bundle" and "react-native start". Bundle file, source map file, and assets....
### What happened? My react-native app asks for a babel plugin when I run the unit tests. I guess one goal of rnx-kit is no need several things installed in...
End-to-end test suite for "rnx-init". Verify that initial configuration passes dep-check, linter, yarn, build, and bundling. Test matrix: app and library packages, latest react-native version, all supported node versions, and...