第一次运行到安卓失败

Could not find implementation class 'com.facebook.react.ReactRootProjectPlugin' for plugin 'com.facebook.react.rootproject' specified in jar:file:/D:/Android_Studio_Data/.gradle/caches/jars-9/o_3a1fd35320f05989063e7069031b710f/react-native-gradle-plugin.jar!/META-INF/gradle-plugins/com.facebook.react.rootproject.properties.

修改android下的build.gradle

buildscript {

ext {

buildToolsVersion = "34.0.0"

minSdkVersion = 21

compileSdkVersion = 34

targetSdkVersion = 34

ndkVersion = "25.1.8937393"

kotlinVersion = "1.8.0"

}

repositories {

maven{ url 'https://maven.aliyun.com/repository/google'}

google()

mavenCentral()

}

dependencies {

classpath("com.android.tools.build:gradle")

classpath("com.facebook.react:react-native-gradle-plugin")

classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")

}

}

allprojects {

repositories {

maven{ url 'https://maven.aliyun.com/repository/google'}

google()

jcenter()

}

}

apply plugin: "com.facebook.react.rootproject"

打开app,满屏红色,状态500

关闭这个,重新运行

如果还不行

npm uninstall babel-preset-react-native

npm install babel-preset-react-native@2.1.0 —save

yarn remove babel-preset-react-native

yarn add babel-preset-react-native@2.1.0

bug调试打开空白

使用 Flipper 调试 React Native 应用程序在 React Native 0.73 中已弃用。我们最终将删除对通过 Flipper 进行 JS 调试的开箱即用支持

使用

npx react-devtools

expo中加载字体在安卓上没有效果

因为使用了:fontWeight: "800",

好文阅读

评论可见,请评论后查看内容,谢谢!!!
 您阅读本篇文章共花了: