[New TypeScript 4.5 features](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-beta/#type-on-import-names) **don't work with prettier and eslint**. - [ ] **Upgrade eslint and prettier** when they will be ready for TypeScript 4.5. For now I prefer to **disable eslint / prettier for these specific lines** which are not supported. See this issue https://github.com/breeffy/react-native-monorepo/issues/110. **Track TypeScript 4.5 Support** - [x] https://github.com/typescript-eslint/typescript-eslint/issues/3950 - [x] https://github.com/prettier/prettier/issues/11600 
New TypeScript 4.5 features don't work with prettier and eslint.
For now I prefer to disable eslint / prettier for these specific lines which are not supported. See this issue #110.
Track TypeScript 4.5 Support