Android-nRF-Toolbox
Android-nRF-Toolbox copied to clipboard
Unable to find a matching configuration of project :react-native-firebase
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?