Unable to use typescript with expo – "It looks like you're trying to use TypeScript but don't have the required dependencies installed" – React native
I am receiving an error while trying to use Typescript with my existing expo project. While following the docs, I created a tsconfig.json file in the project root. When running expo start, I am prompted to install the typescript dependencies.…