mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 15:18:19 +00:00
[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:
@@ -20,10 +20,6 @@ const ComponentExamples: Array<RNTesterExample> = [
|
||||
key: 'ActivityIndicatorExample',
|
||||
module: require('./ActivityIndicatorExample')
|
||||
},
|
||||
{
|
||||
key: 'ARTExample',
|
||||
module: require('./ARTExample')
|
||||
},
|
||||
{
|
||||
key: 'ButtonExample',
|
||||
module: require('./ButtonExample')
|
||||
|
||||
Reference in New Issue
Block a user