jaaywags
Results
31
comments of
jaaywags
I was able to fix this by just removing `package-lock.json` and `node_modules`. This is my `package.json` ```json { "name": "MyApp", "main": "expo-router/entry", "version": "0.0.1", "scripts": { "start": "npx expo start"...