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!
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 π
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
For further actions, you may consider blocking this person and/or reporting abuse
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!
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 π
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