mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-12 02:44:13 +00:00
fix(lib): dummy commit fix semantic-release
This commit is contained in:
parent
ff71da1709
commit
33af0183f1
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user