react-native最近报错

错误:

::ffff:127.0.0.1 - - [16/May/2018:02:54:21 +0000] "GET /index.android.delta?platform=android&dev=true&minify=false HTTP/1.1" 404 79 "-" "okhttp/3.6.0"

解决方法:

修改:android/app/build.gradle

compile "com.facebook.react:react-native:+

改成compile ("com.facebook.react:react-native:XXXX") { force = true }

把XXXX替换成你的项目的版本号

你可能感兴趣的:(react-native最近报错)