Skip to content

Commit

Permalink
Remove AlertExample from RNTester in iOS (#23099)
Browse files Browse the repository at this point in the history
Summary:
Changelog:
----------

[iOS] [Removed] - Removed AlertExample from RNTester in iOS.
Pull Request resolved: #23099

Differential Revision: D13781905

Pulled By: cpojer

fbshipit-source-id: 38c4359792c8ad9d8205d87a33c24f834ef51bbf
  • Loading branch information
zhongwuzw authored and facebook-github-bot committed Jan 23, 2019
1 parent ad52f52 commit 803480a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions RNTester/js/RNTesterList.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 803480a

Please sign in to comment.