Skip to content

Commit

Permalink
add readme for react native
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Nov 13, 2023
1 parent cd7c753 commit 542fd9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snippets/react-native/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Steps to compile the snippets locally
1. Build a react native package
- By running the publish-all-platforms CI in the breez-sdk repository (use dummy binaries)
2. Download the react-native-{VERSION} artifact
3. Unzip the artifact and put the `sdk-react-native.tgz` file in the `snippets/react-native/packages` folder
4. Run `yarn` to install the package.
5. happy coding

0 comments on commit 542fd9d

Please sign in to comment.