getting error when i try to use "react-native-dom "--error Unrecognized command "dom"

61 Views Asked by At

I have followed documentation

 yarn add --dev rnpm-plugin-dom

 react-native dom

error error Unrecognized command "dom".enter image description here

1

There are 1 best solutions below

3
Haseeb Javed On

you are writing the command in the wrong way. here it is:

yarn add --dev rnpm-plugin-dom

react-native-dom