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

expo packages installed are not compatible with Android Gradle 7 #43

Closed
hoodedice opened this issue Mar 20, 2022 · 2 comments
Closed

expo packages installed are not compatible with Android Gradle 7 #43

hoodedice opened this issue Mar 20, 2022 · 2 comments

Comments

@hoodedice
Copy link

The version of expo-linear-gradient that gets resolved through tamagui ends up being 11.2.0 which does not have the maven --> maven-publish fix in 11.0.2 (see: expo/expo#12774 )

$ yarn why expo-linear-gradient
├─ tamagui@npm:1.0.0-alpha.68
│  └─ expo-linear-gradient@npm:11.2.0 (via npm:^11.0.2)
│
├─ tamagui@npm:1.0.0-alpha.68 [23952]
│  └─ expo-linear-gradient@npm:11.2.0 [8ac96] (via npm:^11.0.2 [8ac96])
│
└─ tamagui@npm:1.0.0-alpha.68 [50cbc]
   └─ expo-linear-gradient@npm:11.2.0 [8ac96] (via npm:^11.0.2 [8ac96])

In tamagui's package json, the rule for linear gradient's version should be ~11.0.2 to fix this for now

@hoodedice hoodedice changed the title expo-linear-gradient installed is not compatible with Android Gradle 7 expo packages installed are not compatible with Android Gradle 7 Mar 20, 2022
@natew
Copy link
Member

natew commented Mar 24, 2022

Thanks - fix is in #41, can follow that to see it.

@natew
Copy link
Member

natew commented May 9, 2022

Let me know if fixed, can try with create-tamagui-app

@natew natew closed this as completed Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants