最近在学 reactnative 刚开始 写的时候 遇到很多问题
![](https://img.haomeiwen.com/i2269244/b1a8007080bac37e.png)
自定义的组件 首字母必须大写,不然会出这个错误
init 新的项目的时候如果出现 error react-native@0.56.0: The engine "node" is incompatible with this module. Expected version ">=8 那么 更新 nodejs 就可以了
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
网友评论