Bootstrap

rn Downloading template无法加载模板

在这里插入图片描述
问题梳理
如何解决无法加载模板的问题

npx react-native init sy --skip-install

在这里插入图片描述
下载不出来还是有问题如何解决呢?
是因为镜像源的问题网络太卡加载不出来
在这里插入图片描述

npx nrm use taobao
需要先切换镜像源

再执行一遍就解决问了
在这里插入图片描述

;