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;