Adam Foxman
Adam Foxman
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....
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...
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...
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...
Building on the work Danny is doing in #150, I want to expose control over the CLI params through kit config. There should be sensible defaults as well, which are...
The metro-service package needs a test suite.
I created @rnx-kit/metro-service from code in @react-native-community/cli to give us immediate access to calling Metro programmatically. Check with @react-native-community/cli devs -- grabbou specifically -- about factoring out the code that...
### Description We need a test suite to cover all of the CLI code. ### Your environment - Affected package: @rnx-kit/cli - Version: * - Tested platforms: - [x] Android...