[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
@@ -20,10 +20,6 @@ const ComponentExamples: Array<RNTesterExample> = [
key: 'ActivityIndicatorExample',
module: require('./ActivityIndicatorExample')
},
{
key: 'ARTExample',
module: require('./ARTExample')
},
{
key: 'ButtonExample',
module: require('./ButtonExample')