Hacker News new | ask | show | jobs
by awinter-py 2033 days ago
how are you developing for ios without frequent compiling and testing?
1 comments

Expo.io is good enough for my needs. Cross platform, just run it on my iPhone and and android simulator. Also, the way expo works is that not all updates need to go through the App Store approvals. I can quickly dev/test/release once I have the app container approved by the relevant store.
very cool