@walletconnect/react-native-compat 2.17.2-canary-ca-0 → 2.17.2-canary-ca-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -110,7 +110,7 @@ class RNWalletConnectModuleModule internal constructor(context: ReactApplication
110
110
  val response = JsonObject()
111
111
  response.addProperty("status", "not_required")
112
112
  val gson = Gson()
113
- promise.resolve("not_required")
113
+ promise.resolve(gson.toJson(response))
114
114
  }
115
115
  }
116
116
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walletconnect/react-native-compat",
3
3
  "description": "Shims for WalletConnect Protocol in React Native Projects",
4
- "version": "2.17.2-canary-ca-0",
4
+ "version": "2.17.2-canary-ca-1",
5
5
  "author": "WalletConnect, Inc. <walletconnect.com>",
6
6
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
7
7
  "license": "Apache-2.0",