expo / react-native-action-sheet

A cross-platform ActionSheet for React Native
MIT License
1.37k stars 224 forks source link

Not compatible with Gradle 7 #274

Closed spsaucier closed 2 years ago

spsaucier commented 2 years ago

This package is not compatible with Gradle 7 (included in recent React Native versions).

FAILURE: Build failed with an exception.

* Where:
Build file '~/project/node_modules/react-native-cross-actionsheet/android/build.gradle' line: 23

* What went wrong:
A problem occurred evaluating project ':react-native-cross-actionsheet'.
> Plugin with id 'maven' not found.

See https://docs.gradle.org/7.0/userguide/upgrading_version_6.html#removal_of_the_legacy_maven_plugin

bradbyte commented 2 years ago

Any chance this is for https://github.com/aelesia/react-native-cross-actionsheet?

spsaucier commented 2 years ago

It is indeed! Sorry about that.