diff --git a/ios/Fula.mm b/ios/Fula.mm index d257e61..05689e2 100644 --- a/ios/Fula.mm +++ b/ios/Fula.mm @@ -12,7 +12,7 @@ @interface RCT_EXTERN_MODULE(FulaModule, NSObject) withExchange: (NSString *)exchange withAutoFlush: (BOOL)autoFlash withUseRelay: (BOOL)useRelay - withUseRefresh: (BOOL)refresh + withRefresh: (BOOL)refresh withResolver:(RCTPromiseResolveBlock)resolve withRejecter:(RCTPromiseRejectBlock)reject) diff --git a/package.json b/package.json index ea9df91..2ff6a35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/react-native-fula", - "version": "1.14.4", + "version": "1.14.5", "description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs", "main": "lib/commonjs/index", "module": "lib/module/index",