Import code in React Enable windows for Mac

Asked

Viewed 55 times

1

I’m having a question with React Native. If I develop in the environment Windows, how do I pass this code on Mac to distribute the project to Android and IOS?

  • 1

    Better to study again about React-Native, after all, it is not hybrid. About the doubt, for IOS you can even develop in windows/linux environment, however, to compile and generate the executable should be in a MAC environment. You open the project in Xcode, configure and compile it. The same way it is in Windows/Linux environment

  • Note that if you are developing using the React expo Enable you can compile for IOS without being on a mac Yes, if the opposite follows what @Sergioclemente said, you will have to use a mac to build the IOS application and a note that Sergioclemente also quoted, React Active is not hybrid

  • Got it, thanks for the information helped me a lot, about being hybridized I deduced on account of being a code only for the 2 mobile devices. I’ll study more for sure.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.