I'm facing an issue while creating a React Native TypeScript project on Snack Expo. Even though I have added graphql to the package.json and included the types file, I keep getting this error :
Device: (1:8434) Unable to resolve module 'module://graphql/language/parser.js'
Evaluating module://graphql/language/parser.js
Evaluating module://graphql-tag.js
Evaluating module://graphql/loadCountries.tsx.js
Evaluating module://App.tsx.js
Loading module://App.tsx
Does anyone know how to resolve this? Just to clarify, I am not using any JS files. You can access the Expo project through this link: