Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🔥]@react-native-firebase_firestore has not defined a default in project.ext.'react-native'.versions.android.compileSdk #4160

Closed
tranhuuthinhit opened this issue Aug 27, 2020 · 3 comments
Labels
help: needs-triage Issue needs additional investigation/triaging. resolution: duplicate type: bug New bug report

Comments

@tranhuuthinhit
Copy link

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

@tranhuuthinhit tranhuuthinhit added help: needs-triage Issue needs additional investigation/triaging. type: bug New bug report labels Aug 27, 2020
@mikehardy
Copy link
Collaborator

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)

@ITLight
Copy link

ITLight commented Sep 5, 2020

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

@mikehardy
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help: needs-triage Issue needs additional investigation/triaging. resolution: duplicate type: bug New bug report
Projects
None yet
Development

No branches or pull requests

3 participants