Skip to content

Commit

Permalink
Merge pull request #18 from tonlabs/0.21.1-rc
Browse files Browse the repository at this point in the history
Version 0.21.1
  • Loading branch information
diserere authored Mar 18, 2020
2 parents 4780fa6 + a30abfd commit 2b3869a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/TONSDKForReactNative.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ @implementation TONSDKForReactNative

- (dispatch_queue_t)methodQueue
{
return dispatch_get_main_queue();
return dispatch_queue_create("js.react-native.client.ton", DISPATCH_QUEUE_SERIAL);
}
RCT_EXPORT_MODULE()

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": "ton-client-react-native-js",
"version": "0.21.0",
"version": "0.21.1",
"description": "TON Client Library for React Native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2b3869a

Please sign in to comment.