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

Viewed 3904

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

  • What went wrong: A problem occurred configuring project ':app'. Could not resolve all dependencies for configuration ':app:_debugApk'. A problem occurred configuring project ':react-native-config'. Could not resolve all dependencies for configuration ':react-native-config:_debugPublishCopy'. Could not find com.atlassian.mobile.video:okhttp-ws-compat:3.7.0-atlassian1. Required by: cabm8:react-native-config:unspecified > com.facebook.react:react-native:0.42.3-atlassian-1

I got rid of the module react-native-config but still facing a similar error:

  • What went wrong: A problem occurred configuring project ':app'. Could not resolve all dependencies for configuration ':app:_debugApk'. A problem occurred configuring project ':react-native-maps'. Could not resolve all dependencies for configuration ':react-native-maps:_debugPublishCopy'. Could not find com.atlassian.mobile.video:okhttp-ws-compat:3.7.0-atlassian1. Required by: cabm8:react-native-maps:unspecified > com.facebook.react:react-native:0.42.3-atlassian-1

The issue seems to be related to com.atlassian.mobile.video:okhttp-ws-compat:3.7.0-atlassian1 somehow.

I've tried reinstalling node_modules, removed the folders android and ios then restored them using git. What else could I try?

6 Answers
Related