diff --git a/src/Camera.ios.tsx b/src/Camera.ios.tsx index 63d3c87b6..55403a470 100644 --- a/src/Camera.ios.tsx +++ b/src/Camera.ios.tsx @@ -27,7 +27,7 @@ const Camera = React.forwardRef((props, ref) => { return await NativeCameraKitModule.capture({}, findNodeHandle(nativeRef.current) ?? undefined); }, requestDeviceCameraAuthorization: async () => { - return await NativeCameraKitModule.checkDeviceCameraAuthorizationStatus(); + return await NativeCameraKitModule.requestDeviceCameraAuthorization(); }, checkDeviceCameraAuthorizationStatus: async () => { return await NativeCameraKitModule.checkDeviceCameraAuthorizationStatus();