Files
breez-sdk-liquid/packages/react-native/example
Ross Savage 143993fd3a List payments filtering and paging (#369)
* List payments in reverse chonological order

* Add payment filtering and paging

* Fix examples

* Apply suggestions from code review

Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com>

* Set timestamp for pseudo payments

* Filter by the first non-null timestamp from the join query

---------

Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com>
2024-07-10 17:50:53 +02:00
..
2024-07-09 17:25:05 +02:00
2024-07-09 17:25:05 +02:00
2024-07-09 17:25:05 +02:00
2024-07-09 17:25:05 +02:00
2024-07-09 17:25:05 +02:00
2024-07-09 17:25:05 +02:00

Breez Liquid SDK React Native Example

Build

Run the npm/yarn install to download dependences:

yarn

or

npm i

Run

Android

yarn android

Android Troubleshooting

  • Before running yarn android, stop any Metro instances that may be running.
  • If you get the error
    Failed to load dynamic library 'libbreez_sdk_liquid_bindings.so': dlopen failed: cannot locate symbol "__extenddftf2"
    
    that is likely due to a dependency issue affecting x86_64 images. Try to run the app on a physical Android device or on a x86 image.

iOS

yarn pods
yarn ios

Development

To develop the Breez Liquid SDK alongside the React Native module and example app, please read DEVELOPING.md for details on how to setup your development environment.