From 5a5c28a2cf6d4a2c6619041d9ab6cb7c72f8e1f2 Mon Sep 17 00:00:00 2001 From: Christoph Nakazawa Date: Wed, 29 May 2019 08:31:04 -0700 Subject: [PATCH] Temporarily bring back the "ToolbarAndroid" export for RN Summary: This unbreaks an issue at FB. Reviewed By: rickhanlonii Differential Revision: D15536623 fbshipit-source-id: 2d59542330d2b951908adf8b6c5c41ca4232bb07 --- Libraries/react-native/react-native-implementation.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Libraries/react-native/react-native-implementation.js b/Libraries/react-native/react-native-implementation.js index 1f4ab0051f9d58..66f1ce260e372e 100644 --- a/Libraries/react-native/react-native-implementation.js +++ b/Libraries/react-native/react-native-implementation.js @@ -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__) {