How to generate iOS application with React Native

0

Can someone tell me how the process of generating an iOS application works?

Assuming you have the code ready you only have to generate the app, do I need to have an iMac?

    
asked by anonymous 19.03.2018 / 00:06

1 answer

0

First: React-native is "learn once, write anywhere." That is, "Learn once, write anywhere." That is, APP code for Android usually needs modifications to iOS.

Now, as for the question, yes you need to generate the .ipa in Xcode, for this you need a Mac, and the file is generated in Xcode itself.

    
19.03.2018 / 16:42