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
Remove the ios folder first
react-native eject cd ios/ pod init pod install cd .. react-native link cd ios open *.xcworkspace/