Stolen from Deltachat

    • @sheogorath
      cake
      link
      07 months ago

      Tell me how to make iOS apps on Linux

      • @[email protected]
        link
        fedilink
        27 months ago

        Nowadays you can use Expo, if you want to use React Native. They take care of everything, so a Mac isn’t needed anymore

        • @sheogorath
          cake
          link
          37 months ago

          If your app needs a lot of native modules Expo simply doesn’t cut it. Developing iOS apps without running an iOS simulator is a lot of pain. In my early days of development my team actually tried this. There are too many quirks for each major mobile OS (Android & iOS) that makes it a lot of pain during testing if you don’t at least try to run it on the simulator.