我正在尝试使用Visual Studio 2017在 React Native 上打开以下简单项目 https://github.com/react-community/create-react-native-app
我该怎么做,如您所知, React Native 项目中没有.sln文件。
答案 0 :(得分:1)
您需要使用git clone https://github.com/react-community/create-react-native-app
克隆存储库,一旦拥有本地版本,就可以像在VSCode中的普通项目一样打开它,或者可以如图here