Oddbean new post about | logout
 LDK 
 I don't see React Native bindings in LDK? 
I think I'm going to write it in RN because I know web dev and JS/CSS.  
 Tauri is worth checking out.  
 Hm, that seems to be just Rust builder that shows web view and you still have to write the UI app in something? It sounds like it would be quite hard to bridge between Rust and React/JS/TS for the wallet stuff, no? 
 Not if you go pure UI where it's just strings going to the frontend and back to the backend.
Or somewhere in between.