[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
-6
View File
@@ -16,12 +16,6 @@ the recommendations in the [React documentation](https://reactjs.org/).
yarn add react react-dom react-native-web
```
And if you need to use `ART`:
```
yarn add react-art
```
## Starter kits
[create-react-app](https://github.com/facebookincubator/create-react-app)