mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-11 18:34:10 +00:00
parent
1e37b29426
commit
7c05112883
4
.gitignore
vendored
4
.gitignore
vendored
@ -39,6 +39,10 @@ build/
|
||||
local.properties
|
||||
*.iml
|
||||
|
||||
**/.settings
|
||||
**/.classpath
|
||||
**/.project
|
||||
|
||||
# BUCK
|
||||
buck-out/
|
||||
\.buckd/
|
||||
|
@ -216,9 +216,6 @@ public class CameraRollModule extends ReactContextBaseJavaModule {
|
||||
ReadableArray mimeTypes = params.hasKey("mimeTypes")
|
||||
? params.getArray("mimeTypes")
|
||||
: null;
|
||||
if (params.hasKey("groupTypes")) {
|
||||
throw new JSApplicationIllegalArgumentException("groupTypes is not supported on Android");
|
||||
}
|
||||
|
||||
new GetMediaTask(
|
||||
getReactApplicationContext(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user