LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

Unblock main thread during sync #54

Closed BitcoinZavior closed 1 year ago

BitcoinZavior commented 1 year ago

Carry out sync in one of the global threads to avoid blocking the main thread. Clean up initialisation stage

Fixes https://github.com/LtbLightning/bdk-rn/issues/52 Fixes https://github.com/LtbLightning/bdk-rn/issues/41