My company [1] has been developing an iOS app for a few months and want to launch in the fall. We’ve been using React Native for prototyping, but decided to go fully native moving forward (our usage of custom native modules played a part in that decision). We're really on the fence regarding which UI framework to choose. What's your experience? What would you do in our situation? Would you pick one over the other? Use a little bit of both?<p>Relevant context:<p>• we're starting from scratch (no legacy codebase)<p>• only supporting iOS 13+ is fine<p>• execution speed matters, but we care deeply about UX and we're playing the long game<p>• we're mostly "full stack" devs, although we are actively looking for an iOS engineer<p>[1] https://www.nabla.com/
Hey Martin, I was looking into this to understand current landscape of iOS development. Found this[0] very detailed post about SwiftUI vs UIKit - HTH. When you do decide, do you mind posting about your decision and rational as well? In addition what made you decide against ReactNative and going fully native?<p>[0] <a href="https://medium.com/@SteelKiwiDev/swiftui-vs-uikit-benefits-and-drawbacks-6a540cced684" rel="nofollow">https://medium.com/@SteelKiwiDev/swiftui-vs-uikit-benefits-a...</a>