Skip to content

Commit

Permalink
Temporarily bring back the "ToolbarAndroid" export for RN
Browse files Browse the repository at this point in the history
Summary: This unbreaks an issue at FB.

Reviewed By: rickhanlonii

Differential Revision: D15536623

fbshipit-source-id: 2d59542330d2b951908adf8b6c5c41ca4232bb07
  • Loading branch information
cpojer authored and facebook-github-bot committed May 29, 2019
1 parent 6677f40 commit 5a5c28a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libraries/react-native/react-native-implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ module.exports = {
get ViewPropTypes() {
return require('DeprecatedViewPropTypes');
},
// TODO(cpojer): Temporary fix for missing Toolbar
get ToolbarAndroid() {
return require('UnimplementedView');
},
};

if (__DEV__) {
Expand Down

0 comments on commit 5a5c28a

Please sign in to comment.