fix(lib): dummy commit to bump to 1.0.2

This commit is contained in:
Bartol Karuza 2019-05-13 21:03:06 +02:00
parent fd285e9f4b
commit d4319003a0
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class CameraRoll {
invariant(
type === 'photo' || type === 'video' || type === undefined,
`The second argument to saveToCameraRoll must be 'photo' or 'video'. You passed ${type ||
'unknown'}`,
'unknown'}.`,
);
let mediaType = 'photo';