So a while ago I deleted the /ios directory in my react native app (let\'s call it X). I\'ve been developing and testing using the android emulator but now I\'d like to make
The process you need to follow is so similar to renaming a react native app. Basically you just need to run react-native upgrade in your root project directory. For further info you can check another question here. The instructions below explains how to create another react native project based on a copied one with a new name.
index.ios/android.js file which is given as a parameter to AppRegistry.package.json/ios and /android folders which are remaining from your older app.$react-native upgrade to generate /ios and /android folders again.$react-native link for any native dependency.$react-native run-ios or anything you want.