Closed frankmarazita closed 1 year ago
Please check if your PR fulfills the following requirements:
npm run changeset
The CameraPermissionState type was using the Typescript PermissionState instead of the Capacitor PermissionState which includes prompt-with-rationale.
CameraPermissionState
PermissionState
prompt-with-rationale
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run changeset
).The
CameraPermissionState
type was using the TypescriptPermissionState
instead of the CapacitorPermissionState
which includesprompt-with-rationale
.