Merge pull request #29 from breez/rn-install

fix react native install guide
This commit is contained in:
Roei Erez
2023-07-14 11:59:21 +03:00
committed by GitHub

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:
```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
```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