parent
1e37b29426
commit
7c05112883
|
@ -39,6 +39,10 @@ build/
|
||||||
local.properties
|
local.properties
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
**/.settings
|
||||||
|
**/.classpath
|
||||||
|
**/.project
|
||||||
|
|
||||||
# BUCK
|
# BUCK
|
||||||
buck-out/
|
buck-out/
|
||||||
\.buckd/
|
\.buckd/
|
||||||
|
|
|
@ -216,9 +216,6 @@ public class CameraRollModule extends ReactContextBaseJavaModule {
|
||||||
ReadableArray mimeTypes = params.hasKey("mimeTypes")
|
ReadableArray mimeTypes = params.hasKey("mimeTypes")
|
||||||
? params.getArray("mimeTypes")
|
? params.getArray("mimeTypes")
|
||||||
: null;
|
: null;
|
||||||
if (params.hasKey("groupTypes")) {
|
|
||||||
throw new JSApplicationIllegalArgumentException("groupTypes is not supported on Android");
|
|
||||||
}
|
|
||||||
|
|
||||||
new GetMediaTask(
|
new GetMediaTask(
|
||||||
getReactApplicationContext(),
|
getReactApplicationContext(),
|
||||||
|
|
Loading…
Reference in New Issue