Adam Foxman

Results 40 comments of Adam Foxman

> @afoxman, do we need to provide a better error message here? Or not enable `typescriptValidation` in this scenario? I'm guessing this is because of `react-native: 0.64.2`, which is using...

_**Hermes byte-code isn't stable and doesn't change on the same schedule as React Native.**_ We have concerns around byte-code bundles, built with version X of Hermes, matching up with the...

### Notes on one possible solution A split bundle exports a collection of packages, each under a unique name. The split bundle author specifies this mapping as kit configuration. For...

When doing this, consider making a list of "known deprecated" dependencies that should be removed and storing that per profile. Each profile successively builds on the previous profile's list. That...

This should be part of our CLI.

I think this amounts to accepting an array of CustomSerializer objects and calling them successively in order, rather than just a single serializer.

Explore this further for new app scenarios. The checklist above is for transforming an existing app to use rnx-kit tools, but what about users who are starting out and want...

From #1262 (@kelset): embedding the tooling within templates; maybe not the "super vanilla" one that RN uses as default, but at least/potentially some third party ones like https://nx.dev/guides/react-native

Referencing related PRs: #540 #539 #538 #537 #525 #522 #509 #508 #507