Reverted commit D3518381
Reviewed By: gabelevi Differential Revision: D3518381 fbshipit-source-id: 645c25191d5e7cff7689bd4dc583c478eba46496
This commit is contained in:
parent
637d75a990
commit
f74c74f6c5
|
@ -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}`
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue