mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
47a17fb69e
commit
c94d7d520f
@@ -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__) {
|
||||
|
||||
Reference in New Issue
Block a user