diff --git a/Libraries/react-native/react-native-implementation.js b/Libraries/react-native/react-native-implementation.js index a7babb02d8586b..a1efcb1ec7913b 100644 --- a/Libraries/react-native/react-native-implementation.js +++ b/Libraries/react-native/react-native-implementation.js @@ -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'); },