Remove unused react-dom dependency from react-native

Summary:
I'm not sure why we rely on react-dom, so this is an attempt to remove it.

Closes https://github.com/facebook/react-native/pull/13425

Reviewed By: gaearon

Differential Revision: D4862718

Pulled By: ericvicenti

fbshipit-source-id: b9fb9937bff445311880fb923e0b5eb362ca291b
This commit is contained in:
Eric Vicenti 2017-04-12 10:19:15 -07:00 committed by Facebook Github Bot
parent 00330987c8
commit 8085ceca6a
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@
"jest-runtime": "19.0.2",
"mock-fs": "^3.11.0",
"react": "16.0.0-alpha.6",
"react-dom": "16.0.0-alpha.6",
"react-test-renderer": "16.0.0-alpha.6",
"shelljs": "0.6.0",
"sinon": "^2.0.0-pre.2"