【问题标题】:React Native | @react-native-community_picker is not resolved on android反应原生 | @react-native-community_picker 在 android 上未解决
【发布时间】:2020-08-12 23:24:23
【问题描述】:

我将React Native Boilerplate 用于我的移动应用程序。这是我第一次运行它。它在 ios 模拟器上运行良好,但在 android 模拟器上显示错误。

运行时出现以下错误run-android

A problem occurred configuring project ':@react-native-community_picker'.
> Could not resolve all artifacts for configuration ':@react-native- 
  community_picker:classpath'.
> Could not resolve com.android.tools.build:gradle:3.2.1.
 Required by:
     project :@react-native-community_picker
  > Could not resolve com.android.tools.build:gradle:3.2.1.
     > Could not get resource 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.2.1/gradle-3.2.1.pom'.
        > Could not GET 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.2.1/gradle-3.2.1.pom'.
           > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

我尝试安装此 npm @react-native-community/picker 并再次运行。它不工作。

packag.json

"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/picker": "^1.6.5",
"@react-navigation/native": "^5.5.0",
"@react-navigation/stack": "^5.4.1",
"axios": "^0.19.2",
"immer": "^6.0.9",
"intl": "^1.2.5",
"react": "^16.13.1",
"react-intl": "^2.8.0",
"react-native": "0.62.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-reanimated": "^1.9.0",
"react-native-safe-area-context": "^3.0.2",
"react-native-screens": "^2.8.0",
"react-redux": "^7.2.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0"

提前致谢!

【问题讨论】:

    标签: android react-native react-native-android


    【解决方案1】:

    我刚刚更新了这个 npm @react-native-community/picker。它现在正在工作。

    更新了 Package.json

        "@react-native-community/picker": "^1.6.6",
        "@react-navigation/native": "^5.5.0",
        "@react-navigation/stack": "^5.4.1",
        "axios": "^0.19.2",
        "immer": "^6.0.9",
        "intl": "^1.2.5",
        "native-base": "^2.13.13",
        "react": "^16.13.1",
        "react-intl": "^2.8.0",
        "react-native": "0.62.2",
        "react-native-gesture-handler": "^1.6.1",
        "react-native-reanimated": "^1.9.0",
        "react-native-safe-area-context": "^3.0.2",
        "react-native-screens": "^2.8.0",
        "react-native-swipe-list-view": "^3.2.3",
        "react-redux": "^7.2.0",
        "redux-saga": "^1.1.3",
        "reselect": "^4.0.0"```
    

    【讨论】:

      猜你喜欢
      • 2019-11-19
      • 1970-01-01
      • 1970-01-01
      • 2017-09-29
      • 2020-06-19
      • 1970-01-01
      • 2019-10-05
      • 1970-01-01
      • 2020-12-16
      相关资源
      最近更新 更多