From 51b1159ff93603171eb43752eb632e3b65ad4447 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Thu, 31 Aug 2023 12:08:42 -0400 Subject: [PATCH] corrected newClient Refresh parameter name --- ios/Fula.mm | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",