Remove ToolbarAndroid

Summary: After upgrading `react-native-gesture-handler` in D15701771, we can finally remove this :)

Reviewed By: rubennorte

Differential Revision: D15713072

fbshipit-source-id: 5039478f211a9bdb6ba0d17bed0841e188d00b46
This commit is contained in:
Christoph Nakazawa
2019-06-10 01:43:15 -07:00
committed by Facebook Github Bot
parent 47a17fb69e
commit c94d7d520f
-4
View File
@@ -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__) {