React-native dependency error (com.atlassian.mobile.video okhttp-ws-compat)

后端 未结 6 1994
走了就别回头了
走了就别回头了 2020-12-28 15:07

I\'m developing a React-native app and all of a sudden I started getting the following error:

  • What went wrong: A problem occurred configurin
6条回答
  •  Happy的楠姐
    2020-12-28 15:53

    FYI this error is tracked here: https://github.com/facebook/react-native/issues/14225

    I was able to fix by specifying the following versions of react and react-native:

    • "react": "15.4.1",
    • "react-native": "0.42.3"

    See https://github.com/oblador/react-native-vector-icons/issues/480#issuecomment-304471394.

提交回复
热议问题