Jon Rigert
Jon Rigert
If anyone is also having this issue - removing `browserslist` from my `package.json` resolved the issue for me. I tried @cainaleaouk 's solution, it worked but then for some reason...
any news on this one?
Was this ever resolved? still seems like it's not supported. I'm using Turborepo/pnpm setup where I have: ``` my-project/ apps/ react-native/ metro.config.js ``` I get `No metro config found in...
@szymonrybczak oh awesome, thanks!!
Commenting in case anyone else runs into this... The fix for me (I'll explain below) was to add this to my `package.json`: ``` "browserslist": {} ``` I made a comment...