this post was submitted on 01 Dec 2023
1550 points (95.4% liked)

linuxmemes

20753 readers
1581 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Stolen from Deltachat

you are viewing a single comment's thread
view the rest of the comments
[–] sheogorath@lemmy.world 0 points 9 months ago (1 children)

Tell me how to make iOS apps on Linux

[–] Scrollone@feddit.it 2 points 9 months ago (1 children)

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@lemmy.world 3 points 9 months ago (1 children)

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.

[–] Scrollone@feddit.it 1 points 9 months ago

I agree. It's not impossible but it's cumbersome. You at least need an iOS device.