NordicSemiconductor / Android-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
1.07k stars 461 forks source link

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

Open tanmoysarker opened 4 years ago

tanmoysarker commented 4 years ago

I have a React Native version0.60.4 app where i have installedreact-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?