diff --git a/Libraries/react-native/react-native-implementation.js b/Libraries/react-native/react-native-implementation.js index 1fb35b409b6..bc20dfac8f2 100644 --- a/Libraries/react-native/react-native-implementation.js +++ b/Libraries/react-native/react-native-implementation.js @@ -332,10 +332,6 @@ module.exports = { get ViewPropTypes() { return require('../DeprecatedPropTypes/DeprecatedViewPropTypes'); }, - // TODO(cpojer): Temporary fix for missing Toolbar - get ToolbarAndroid() { - return require('../Components/UnimplementedViews/UnimplementedView'); - }, }; if (__DEV__) {