Skip to content

Commit

Permalink
Remove AlertIOS
Browse files Browse the repository at this point in the history
Summary:
This module was merged with `Alert`. Landing the removal now will mean that it is gone from 0.61 which means the deprecation warning will have been there for two full versions.

It will also make it easier to ship D14538298.

Reviewed By: rubennorte

Differential Revision: D14539026

fbshipit-source-id: fb36482324866c277811756cc7461451a1482b23
  • Loading branch information
cpojer authored and facebook-github-bot committed Mar 20, 2019
1 parent 23ef604 commit 84feec2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Libraries/react-native/react-native-implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,6 @@ module.exports = {
get Alert() {
return require('Alert');
},
get AlertIOS() {
warnOnce(
'alert-ios',
'AlertIOS is deprecated. Use the `Alert` module directly instead.',
);
return require('Alert');
},
get Animated() {
return require('Animated');
},
Expand Down

0 comments on commit 84feec2

Please sign in to comment.