Hacker News new | ask | show | jobs
by Krastan 1476 days ago
Why didn't you use react native? Your website is react which would have made it easy to copy over components.
1 comments

I'm not a big fan of react-native. I've tried it earlier and the app size is huge as it has to bundle so many things to make it work on android. So I prefer java/kotlin for android app which is compact and performant than react-native.

BTW I'm also checking if https://fyne.io/ can be used. I'll love to use golang for the app :)