Skip to content

Commit

Permalink
Merge pull request #1160 from Volcore/master
Browse files Browse the repository at this point in the history
Fixed incorrect signature for isScanning: on iOS
  • Loading branch information
marcosinigaglia authored Jan 22, 2024
2 parents 1b7521a + 129b53c commit bc1f31c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ios/BleManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ @interface RCT_EXTERN_MODULE(BleManager, NSObject)
(NSString *)peripheralUUID
callback:(nonnull RCTResponseSenderBlock)callback)

RCT_EXTERN_METHOD(isScanning:
callback:(nonnull RCTResponseSenderBlock)callback)
RCT_EXTERN_METHOD(isScanning:(nonnull RCTResponseSenderBlock)callback)

RCT_EXTERN_METHOD(getMaximumWriteValueLengthForWithoutResponse:
(NSString *)peripheralUUID
Expand Down

0 comments on commit bc1f31c

Please sign in to comment.