Skip to content

Commit

Permalink
fix ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 23, 2023
1 parent 3133c85 commit 876e7d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binding/react-native/ios/Leopard.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ @interface RCT_EXTERN_MODULE(PvLeopard, NSObject)
RCT_EXTERN_METHOD(create: (NSString *)accessKey
modelPath: (NSString *)modelPath
enableAutomaticPunctuation: (BOOL)enableAutomaticPunctuation
enableDiarization: (BOOL)enableDiarization
resolver: (RCTPromiseResolveBlock)resolve
rejecter: (RCTPromiseRejectBlock)reject)

Expand Down

0 comments on commit 876e7d5

Please sign in to comment.