From f74c74f6c5beb9e1fa09f393f05e7b4d08640364 Mon Sep 17 00:00:00 2001 From: Ian Childs Date: Wed, 6 Jul 2016 09:28:47 -0700 Subject: [PATCH] Reverted commit D3518381 Reviewed By: gabelevi Differential Revision: D3518381 fbshipit-source-id: 645c25191d5e7cff7689bd4dc583c478eba46496 --- CameraRoll.js | 1 - 1 file changed, 1 deletion(-) diff --git a/CameraRoll.js b/CameraRoll.js index 3d4a8b376..7ef596275 100644 --- a/CameraRoll.js +++ b/CameraRoll.js @@ -143,7 +143,6 @@ class CameraRoll { invariant( type === 'photo' || type === 'video' || type === undefined, - // $FlowFixMe(>=0.28.0) `The second argument to saveToCameraRoll must be 'photo' or 'video'. You passed ${type}` );