Files
breez-sdk-docs/snippets/react-native
Ruben aa7c50425a snippets for sweeping funds on channel closes. (#110)
* Bump breez-sdk snippet dependency to 0.2.12

* Bump the Swift snippet macos version to v13

* Bump breez-sdk snippet dependency to 0.2.14

* swiftformat

* redeem_onchain_funds example

* Document swapinfo fields

* example on how to use local breez-sdk package

* fix dart example

* yarn lint

* remove swapinfo docs

* dart fixup

---------

Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com>
2024-01-31 13:49:20 +01:00
..
2023-11-17 13:15:26 +01:00
2023-11-20 13:51:24 +01:00
2023-11-17 13:15:26 +01:00
2023-11-17 13:15:26 +01:00
2023-11-17 13:15:26 +01:00
2023-11-17 13:15:26 +01:00
2023-11-17 13:15:26 +01:00
2023-11-17 13:15:26 +01:00
2023-11-17 13:15:26 +01:00
2023-12-12 18:24:29 +02:00
2023-11-26 09:32:27 +02:00
2023-11-17 13:15:26 +01:00
2023-11-27 14:32:04 +01:00
2023-12-14 10:02:48 +02:00

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)
  1. Download the react-native-{VERSION} artifact
  2. Unzip the artifact and put the sdk-react-native.tgz file in the snippets/react-native/packages folder
  3. Run yarn to install the package.
  4. happy coding