Android-nRF-Toolbox icon indicating copy to clipboard operation
Android-nRF-Toolbox copied to clipboard

Unable to find a matching configuration of project :react-native-firebase

Open tanmoysarker opened this issue 6 years ago • 0 comments

I have a React Native version 0.60.4 app where i have installed react-native-firebase version "^5.2.3". Now when i give the react-native run-android it shows the following error:

> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not resolve project :react-native-firebase.
     Required by:
         project :app
      > Unable to find a matching configuration of project :react-native-firebase:
          - None of the consumable configurations have attributes.

I can not link react-native-firebase as it is not supported in react-native 0.60.4. I have tried running cd android && gradlew clean && cd .. && react-native run-android but no luck. What can i do to resolve the issue?

tanmoysarker avatar Aug 04 '19 13:08 tanmoysarker