Typescript - Build for web support

I have created an App on typescript and react/react-native. I want to prepare an expo build for web support too. How can I create the build? The command expo build:web is throwing error as follow:

Cannot find module: ‘react-native’. Make sure this package is installed.

You can install this package by running: yarn add react-native .

But it is in @type/react-native

Hey @yogesh2859, can you share your package.json?

How did you create this app?