Remove AlertIOS

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
This commit is contained in:
Christoph Nakazawa
2019-03-20 06:05:05 -07:00
committed by Facebook Github Bot
parent 23ef604d41
commit 84feec2adc

View File

@@ -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');
},