Remove AlertExample from RNTester in iOS (#23099)

Summary:
Changelog:
----------

[iOS] [Removed] - Removed AlertExample from RNTester in iOS.
Pull Request resolved: https://github.com/facebook/react-native/pull/23099

Differential Revision: D13781905

Pulled By: cpojer

fbshipit-source-id: 38c4359792c8ad9d8205d87a33c24f834ef51bbf
This commit is contained in:
zhongwuzw 2019-01-23 04:06:09 -08:00 committed by Facebook Github Bot
parent ad52f52624
commit 803480aef5
1 changed files with 0 additions and 5 deletions

View File

@ -211,11 +211,6 @@ const APIExamples: Array<RNTesterExample> = [
module: require('./ActionSheetIOSExample'),
supportsTVOS: true,
},
{
key: 'AlertExample',
module: require('./AlertExample').AlertExample,
supportsTVOS: true,
},
{
key: 'AlertIOSExample',
module: require('./AlertIOSExample'),