Phil Pluckthun
Phil Pluckthun
As per the algorithm: https://nodejs.org/api/esm.html#resolution-algorithm-specification We'd expect `foo-pkg/bar` to be resolving `package.json:exports` from `foo-pkg/package.json` first to check for `exports`. However, currently, it seems that Metro prioritises `foo-pkg/bar/package.json` A lot of...
Proposal to remove `react-native/jest-preset` in favour of a separate `@react-native/jest-preset` package. # [View the rendered RFC](https://github.com/kitten/react-native-discussions-and-proposals/blob/%40kitten/rfc/split-jest-from-react-native-core/proposals/0000-split-jest-from-react-native-core.md)
### Target Branch 0.82 ### Link to commit or PR to be picked https://github.com/facebook/react-native/pull/54609 ### Description `baseOutputPath` is an optional input for `generate-artifacts-executor` but wasn't marked as such, and can...
### Target Branch 0.82 ### Link to commit or PR to be picked https://github.com/facebook/react-native/commit/c0290329cdb1771ec087c8552049a287c67259c6 ### Description A prior change picks up the autolinking output from an `autolinking.json` file, which applies...
## Summary: > [!NOTE] > This is a bit of a speculative fix that's based on trying to get a bare project with `react-native-macos` to link directly against it in...
Resolves #26 ## Summary This bumps us to `16.11.0` ## Set of changes - When an export name isn't present in all versions, but is in the latest version, we...