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:
parent
ad52f52624
commit
803480aef5
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue