React Native Android Issues | XM Community
Skip to main content

I have been trying to run qualtrics on react native, and got it to work with iOS but have been having issues with android. 

We are unable to find the package in any of the repositories online, even after adding the maven repo as mentioned in the “Getting Started React Native” docs. 

 

Here is our bug down below:

Could not determine the dependencies of task ':app:processDebugResources'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
  > Could not find any matches for com.qualtrics:digital:2.+ as no versions of com.qualtrics:digital are available.
    Searched in the following locations:
      - https://oss.sonatype.org/content/repositories/snapshots/com/qualtrics/digital/maven-metadata.xml
      - https://repo.maven.apache.org/maven2/com/qualtrics/digital/maven-metadata.xml
      - file:/C:/Users/****/dev/*****/node_modules/jsc-android/dist/com/qualtrics/digital/maven-metadata.xml
      - https://dl.google.com/dl/android/maven2/com/qualtrics/digital/maven-metadata.xml
      - https://www.jitpack.io/com/qualtrics/digital/maven-metadata.xml
    Required by:
        project :app > project :react-native-qualtrics

 

 

If anyone has run into a similar issue, any help would be greatly appreciated. All the steps mentioned in the docs for react native have been followed, and the app works fine for iOS. 

Be the first to reply!

Leave a Reply