mirror of
https://github.com/status-im/react-native.git
synced 2025-02-21 13:48:13 +00:00
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
This commit is contained in:
parent
64de0c0aef
commit
73434e6cba
14
Libraries/CameraRoll/__mocks__/CameraRoll.js
Normal file
14
Libraries/CameraRoll/__mocks__/CameraRoll.js
Normal file
@ -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;
|
Loading…
x
Reference in New Issue
Block a user