Paul Buschmann
Paul Buschmann
Sorry no. I just know that `metro-babel-transformer` is the default string when console.logging `babelTransformerPath`
> @jaysoo I'm extremely glad that's been elevated to 'bug' status! > Just letting you know, even with the above patch to `metro-resolver.js` I keep getting the original resolve error....
Found another fix! (for yarn) Add a resolutions field to your package.json ```json ... "resolutions": { "@nrwl/**/metro-resolver": "0.59.0" }, ... ``` @jaysoo I guess a version bump of `metro-resolver` to...