diff --git a/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android.js b/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android.js index 3f959c40e51f7e..273d9e6813100b 100644 --- a/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android.js +++ b/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android.js @@ -109,15 +109,6 @@ class ProgressBarAndroid extends ReactNative.NativeComponent { animating: true, }; - componentDidMount() { - if (this.props.indeterminate && this.props.styleAttr !== 'Horizontal') { - console.warn( - 'Circular indeterminate `ProgressBarAndroid`' + - 'is deprecated. Use `ActivityIndicator` instead.' - ); - } - } - render() { return ; }