I Found a solution. I'm using RN CLI: 0.76.5
0) Open the folder you want your app at VS Code
1) create app with: npx @react-native-community/cli init nameofyourapp
2) Run your emulator. Exampl...
> I was getting this error whenever I used `pnpm` at all, in any directory. Turned out I had in my root dir a package.json file with `packageManager: yarn@<version>`. I'm pretty sure that was a mis...