Skip to content

Commit

Permalink
Update CameraViewManager.m
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jul 24, 2024
1 parent 11505c4 commit 5b9c4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/ios/React/CameraViewManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ @interface RCT_EXTERN_REMAP_MODULE (CameraView, CameraViewManager, RCTViewManage
: (RCTPromiseResolveBlock)resolve reject
: (RCTPromiseRejectBlock)reject);
RCT_EXTERN_METHOD(focus
: (nonnull NSNumber*)node point
: (NSDictionary*)point resolve
: (nonnull NSNumber*)node focusOptions
: (NSDictionary*)focusOptions resolve
: (RCTPromiseResolveBlock)resolve reject
: (RCTPromiseRejectBlock)reject);

Expand Down

0 comments on commit 5b9c4b0

Please sign in to comment.