Jon Rigert

Results 5 comments of 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...

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...

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...