ReactNative打包后运行问题

  • 生成项目后打包运行报错
  1. Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    dependencies {
    classpath ‘com.android.tools.build:gradle:3.2.1’
    }
    其他不变,改为 classpath ‘com.android.tools.build:gradle:3.0.0’ 后正常

  2. Cannot find module ‘asap/raw’

    运行安装 npm install react-native-maps --save

猜你喜欢

转载自blog.csdn.net/gf6873/article/details/87705076