I want to upgrade react native from 0.59 to 0.60. With 0.60 Podfile automatically gets generated if you are creating a new project. But my project already have a Podfile. So what steps should I follow to do the migration?
Asked
Active
Viewed 210 times
4
-
The best (fastest) way is to create a new app and transfer your source files and dependencies. – Mehran Khan Sep 25 '19 at 06:04
-
Thank you Mehran. But the issue is the migration was done in Android environment. So when I do git checkout I already get the migrated environment with old Podfile. So creating a new project may not help. Do you know any other option which can work in this situation? – Shweta Sep 25 '19 at 06:12