parent
1e37b29426
commit
7c05112883
|
@ -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…
Reference in New Issue