Results 352 comments of Andrew M

That's good news. @huntie hopefully this can get bumped up in priority. Lots of popular packages are beginning to drop commonjs support. Without full ESM support in metro react-native users...

Since it's 3 years and counting with no movement on this I'm guessing it's never going to happen. The expo crew seems to worked around it. See here: https://github.com/expo/expo/tree/master/packages/expo-yarn-workspaces I...

edit: actually, no. I guess yarn had implicitly decided to use node_modules event though it wasn't configured to do so. PnP does not work, but you can use a yarn...

Quite frustraing to see yet another feature that's been standard for years in community bundlers missing from metro. In my case I have a requirement that I need to compile...

This issue appears to crop up when using `classpath 'com.android.tools.build:gradle:4.1.0'` (4.0 or greater). Changing back to `3.6.4` works but I'd like to use 4.1.0 for other reasons. As a workaround...

After banging my head off this all day I believe I've found a lead in this bug https://github.com/facebook/react-native/issues/29398 Check your `android/app/build/generated/assets/react/release` folder. For me `index.android.bundle` is sitting there, correctly compiled...

OK I've found a workaround for now. This probably isn't a great solution since it doesn't take into account build variants and whatnot but it works for a basic `:app:assembleRelease`....

@wmonecke I think that's probably a separate issue -- it seems there are two issues with similar symptoms here. 1. If you don't have `usesCleartextTraffic` then I think your app...

It appears that the Branch SDK stops functioning entirely if the user is offline. If you call `branch.subscribe` while offline the callback is called with an error saying `poor network...