feat(android): support null object of androidPermissionOptions to avoid request window (#2551)
This commit is contained in:
parent
4705834f08
commit
20e04863c7
4
types/index.d.ts
vendored
4
types/index.d.ts
vendored
@ -206,7 +206,7 @@ export interface RNCameraProps {
|
||||
buttonPositive?: string;
|
||||
buttonNegative?: string;
|
||||
buttonNeutral?: string;
|
||||
};
|
||||
} | null;
|
||||
|
||||
androidRecordAudioPermissionOptions?: {
|
||||
title: string;
|
||||
@ -214,7 +214,7 @@ export interface RNCameraProps {
|
||||
buttonPositive?: string;
|
||||
buttonNegative?: string;
|
||||
buttonNeutral?: string;
|
||||
};
|
||||
} | null;
|
||||
|
||||
// -- IOS ONLY PROPS
|
||||
defaultVideoQuality?: keyof VideoQuality;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user