Skip to content

Commit

Permalink
Merge pull request #71 from functionland/newClient-issue
Browse files Browse the repository at this point in the history
corrected newClient Refresh parameter name
  • Loading branch information
ehsan6sha authored Aug 31, 2023
2 parents b1b707a + 51b1159 commit 7bc2e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Fula.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7bc2e3e

Please sign in to comment.