1

I have followed documentation

 yarn add --dev rnpm-plugin-dom

 react-native dom

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

bhaRATh
  • 716
  • 4
  • 23

1 Answers1

-1

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

yarn add --dev rnpm-plugin-dom

react-native-dom
Haseeb Javed
  • 63
  • 2
  • 13