React-native-firebase: [馃敟]@react-native-firebase_firestore has not defined a default in project.ext.'react-native'.versions.android.compileSdk

Created on 27 Aug 2020  路  3Comments  路  Source: invertase/react-native-firebase

Gradle Task fails on building the app.

A problem occurred configuring project ':@react-native-firebase_firestore'.
compileSdkVersion is not specified.

This is happening post release of new version 7.0.1 for @react-native-firebase/firestore

Needs Triage Bug Duplicate

All 3 comments

We are consolidating problems like this in the related issue #4154

I suspect you have an unexpected node_modules layout that violates an invariant assumption in our packaging (that app and all react-native-firebase modules will be peer-level in node_modules)

downgrade version can solve this problem. In my case 7.6.2 -> 7.5.1

That's not a great solution. You want to be on current stable versions. Upgrading all packages to the current stable version should do it.

Was this page helpful?
0 / 5 - 0 ratings