[change] Remove ART export

Anticipate the removal of ART from React Native core:
https://github.com/facebook/react-native/issues/23313

Simplifies dependencies and builds for web apps.

Close #1251
This commit is contained in:
Nicolas Gallagher
2019-03-11 13:23:13 -07:00
parent 69bd0f631d
commit 3d3ea9aeed
9 changed files with 0 additions and 33 deletions
-1
View File
@@ -58,7 +58,6 @@
"npm-run-all": "^4.1.3",
"prettier": "^1.12.1",
"react": "^16.7.0",
"react-art": "^16.7.0",
"react-dom": "^16.7.0",
"react-test-renderer": "^16.7.0"
},