Adam Foxman

Results 56 issues of 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...

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

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

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

enhancement
feature: third party notices

The metro-service package needs a test suite.

good first issue
feature: metro
Help Wanted :octocat:

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

upstream
feature: metro

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

chore
feature: cli
Help Wanted :octocat: