You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I have a React Native version
0.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:I can not link
react-native-firebase
as it is not supported in react-native0.60.4
. I have tried runningcd android && gradlew clean && cd .. && react-native run-android
but no luck. What can i do to resolve the issue?The text was updated successfully, but these errors were encountered: