Anyone here built an iOS app with ROR backends.
Hey all! Just looking to learn more about how to build iOS apps with ROR backend, and wondering if anyone has done the same? If you can share links/resources that has helped you build iOS apps, it'll be a great help.
Thanks!
Arjun
Just gonna drop this here. I built a series using Rails and React Native iOS. https://gorails.com/series/oauth-api-authentication
Thanks Chris. Will chech this out.
Not really familiar with Reacht native at all.. So maybe a dumb question, but do you prefer building an iOS app with React Native or with the help of Turbolinks?
Depends on what you know more. React Native let's you build with React, HTML, and CSS for any native features. Turbolinks will require you to write a lot of Swift or Java to do anything native.