Andrew Coates

Results 64 comments of Andrew Coates

Yes. As you pointed out, this is the oldest open issue against metro ([#1](https://github.com/facebook/metro/issues/1)). For most of our usage we use [Haul](https://callstack.github.io/haul/) instead of metro, as haul supports symlinks, unlink...

We've made some progress here. This package will add symlink support to metro: https://github.com/microsoft/rnx-kit/tree/main/packages/metro-resolver-symlinks

We already use a clip for rounded corners to clip the background: ComponentView::updateClippingPath. Really we need to stop doing that for rounded corners, which means fixing our background logic for...

> I didn't think we could just bump React like this. At least upstream, the renderers are embedded. Manually bumping the version will cause issues: https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Renderer/README.md > > Are we...