Hacker News new | ask | show | jobs
by marstall 1507 days ago
agree! my iOS/web cross-platform stack looks like

smallish swift shim > WebView > react-native-web

In the end there are minimal "tells" and it is such a joy to be able to deploy small and large things to both platforms with a single push to GitHub.

(https://www.shelf.fm if you want to take a peek)

1 comments

Looks neat! Too bad I don’t use Apple Music.

How much more time would getting this to work on Android take if hypothetically you had to do so?

Edit: I didn’t notice you wrote “react-native-web”. Didn’t realize that was a thing. Another neat thing.

hard to estimate as most of the 1000 or so lines of swift code was there to talk to the native iOS Apple Music APIs for auth and playback - which wouldn't be a thing in Android. If anyone ever starts using this app I'll probably take a look lol