Steve Grove
Steve Grove
Reading another issue implied support for 0.56.0 of react-native is not complete so I changed from this: "react-native": "0.63.1" to "react-native": "0.55.0" (and it pulled in a different react-native-dom 0.2.0)...
Or just do this as I had errors with latest react-native test app against 0.55.0 (Unexpected token in App.js - looks like a babel config issue) : react-native init --version="0.55.0"...
@dugajean solution fixed same issue for me with no other action required.