Erwann
Erwann
On my side, removing `"include": ["env.d.tsx"]` from `tsconfig.json` solved the problem
This is the config I use which is working for me : tsconfig.json ```json { "extends": "@tsconfig/react-native/tsconfig.json", "exclude": ["node_modules"], "compilerOptions": { "jsx": "react", "paths": { "@/*": ["./features/*"], "typeRoots": ["./src/types"] }...
Same issue
Is anything else needed to speed up the review ?
@timneutkens @ijjk @huozhi any update ?
@ijjk What is missing ?
Same issue
Same issue here
The issue is not resolved