fix react native install guide

This commit is contained in:
Roei Erez
2023-07-14 11:23:16 +03:00
parent db34687812
commit 0d1efa17cf

View File

@@ -29,11 +29,11 @@ We recommend using our official Swift package: [breez/breez-sdk-swift](https://g
We recommmend using the official npm package: We recommmend using the official npm package:
```console ```console
$ npm install @breeztech/react-native-breez-sdk $ npm install https://github.com/breez/breez-sdk-react-native/releases/download/0.1.2/breeztech-react-native-breez-sdk-0.1.2.tgz
``` ```
or or
```console ```console
$ yarn add @breeztech/react-native-breez-sdk $ yarn add https://github.com/breez/breez-sdk-react-native/releases/download/0.1.2/breeztech-react-native-breez-sdk-0.1.2.tgz
``` ```
## Go ## Go