reactnative笔记

启动命令

npx react-native run-android

运行带有日志命令 ==================

react-native log-android

清理插件缓存=================

cd android

gradlew clean

gradle镜像

在 gradle-wrapper.properties 中

把 https\://services.gradle.org/distributions/

替换为 https\://mirrors.cloud.tencent.com/gradle/

类似于distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.0.1-all.zip

你可能感兴趣的:(react,native,笔记,react.js)