From 73434e6cbaec4e34c8fd68a02f90d5a32b7e6a6e Mon Sep 17 00:00:00 2001 From: Alexander Vasyuk Date: Mon, 14 Jan 2019 10:35:43 -0800 Subject: [PATCH] Fixing T38936345 -Opening creative tools from home or creation flow shows a red screen Summary: As title. Offending diff: D13593314 Reviewed By: furdei Differential Revision: D13620173 fbshipit-source-id: 2749dc6b3925af65d46a256c51e8309ec4bc3140 --- Libraries/CameraRoll/__mocks__/CameraRoll.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Libraries/CameraRoll/__mocks__/CameraRoll.js diff --git a/Libraries/CameraRoll/__mocks__/CameraRoll.js b/Libraries/CameraRoll/__mocks__/CameraRoll.js new file mode 100644 index 000000000..5094bdc72 --- /dev/null +++ b/Libraries/CameraRoll/__mocks__/CameraRoll.js @@ -0,0 +1,14 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + * @flow + * @format + */ +'use strict'; + +const CameraRoll = {}; + +export default CameraRoll;