When should I run `react-native start`?

前端 未结 3 1979
[愿得一人]
[愿得一人] 2020-12-30 00:11

Just getting started with React-Native (for the non-CRNA/Expo case) and it\'s not clear to me after reading the react-native docs or Understanding the CLI when it\'s appropr

3条回答
  •  一向
    一向 (楼主)
    2020-12-30 00:38

    Using react-native start when app already installed on device. Using react-native run-ios when we need to install app on device and start the server. But when we installed new package to our project, we need to restart server using react-native run-ios.

提交回复
热议问题