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}` );