How can I regenerate ios folder in React Native project?

后端 未结 13 707
忘掉有多难
忘掉有多难 2020-11-29 20:13

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

13条回答
  •  星月不相逢
    2020-11-29 20:59

    Note as of react-native 0.60.x you can use the following to regenerate ios/android directories:

    react-native upgrade --legacy true
    

    Credit here: https://github.com/facebook/react-native/issues/25526

提交回复
热议问题