From 67ff1e01a99de6e954a62f855ff9a98aa8d73070 Mon Sep 17 00:00:00 2001 From: AgneCaunt <139773510+AgneCaunt@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:02:31 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 911ce04e..98ffa933 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ To use the wallet-sdk, all you need to do is wrap your app in a `WalletSDKProvid Using [polkadot-js](https://polkadot.js.org/) libraries in React Native is a challenge, due to the lack of WebAssembly support. The Truvera Wallet SDK handles all the Polkadot Web Assembly in a WebView, sending messages to the React Native thread through a JSON RPC layer. -Truvera Mobile SDK supports devices that have Android 8.1 or higher and iOS 11 or higher. +Truvera Mobile SDK supports: +- Devices that have Android 8.1 or higher and iOS 11 or higher. +- Minimum supported version of Node.js is 20.2.0 ## Installation ```js