I'm a coding newbie having just emerged from a coding bootcamp. I'm toying with swift and native iOS development but on my course I learnt webdev with React.
I've just come across React Native - as far as I am aware you can only publish to the app store in Swift and Objective C? So how can you make 'native' iOS apps in React Native?
I think I must be missing something obvious ๐ฎโ๐จ
Top comments (3)
React Native effectively compiles down to native code (Probably Objective C as opposed to Swift, but it really isn't something you need to worry about).
So React Native will "feel" like something different, but it will produce fully functional native code which will be submittable to the app store.
React Native exists for reasons just like this: You already know React, but want to write native apps. I haven't done React Native development in quite some time, but I believe you can have a pretty straightforward development flow and rarely have to interact with XCode.
If that wasn't clear, please feel free to ask a follow-up!
Whenever Iโve Played around in Xcode Iโve noticed that even on my M1 machine it seems to crash a lot - sounds like react native might help me avoid learning another Ide whilst I play around with new languages and apps! Thanks again
Thatโs a really clear reply thank you! I feel like youโve answered about ten questions in one that I didnโt realise were going to be my next thoughts ๐