Arijit das
Arijit das

Reputation: 81

How to install react-dom in React native?

in my react native app I want to install react-dom. when I tried to install with "npm i react-dom" then it's not installing . So how can I install react-dom ?

Upvotes: 0

Views: 2312

Answers (1)

Kheseyroon
Kheseyroon

Reputation: 130

You can't use react-dom in react-native apps. 'react-dom' is can only use in web applications. I don't know why you want use 'react-dom' in react-native but if you want you can create web app with react and use it as webview in react-native

Upvotes: 2

Related Questions