react-native创建的工程修改android包名
比如:react-native init hello得到的包名会是com.hello
想修改成com.companyname.hello,需要在android目录下修改
AndroidManifest.xml 里的package,以及app.gradule里的applicationIdreact-native debug模式时候,出现
debugger and device times have drifted by xxxxms,please
correct this by running adb shell….
这是因为手机的时间和电脑的时间差的太多,调整一下就好了。。。。更改npm registery
npm install -g nrm nrm list //显示所有registery nrm use cnpm //切换到cnpm