- cross-posted to:
- memmy@lemmy.ml
- cross-posted to:
- memmy@lemmy.ml
cross-posted from: https://lemmy.ml/post/1249875
Feel free to download and test yourself by joining the TestFlight group.
https://testflight.apple.com/join/6jaRU6rD
Please leave feedback either here or on GitHub.
Note this is very much a work in progress still and this is very barebones. I plan to continue work and submit nightly builds on TestFlight, so be on the lookout for the new releases.
Happy scrolling!
It’s great to see more clients popping up. While the basic design of the feed and comment section are well thought out, I still prefer a native Swift UI application to a React Native application. I get why it’s using React Native, but still.
Great job though!
There are a few things that are a bit harder to do with RN given a bit of easy access to APIs, but you can always make modules to interface with native code. For one, this little image thing I used is just pulled from a library. It’s a bit iffy, and I am writing a replacement for that now. Same with markdown rendering.
As far as the UI itself, it gets pretty close to what you’d see with a native UI, if not exact. But I certainly do understand why from a dev standpoint you’d like to use SwiftUI, it’s great!
If there’s anything that you’d like to see in the UI though let me know!