I'm developing an app with React Native using Expo (managed workflow). The app is not finished yet but I need to use expo eject
and be able to continue to develop it as a Bare workflow.
Right now I'm on a Windows machine and the eject will create only the Android folder and not iOS.
(Of course, what I want to do is deploy also for iOS).
If I eject and I continue the development on windows, it will be possible, later, once the app it will be finished, to deploy it also for iOS, COPING the entire project and reINSTALLING the same packages on a mac?