adityamr15 / react-native-wheel-picker-expo

React Native wheel picker like iOS
MIT License
9 stars 8 forks source link

Incompatible with Expo SDK 50 #14

Open Roc8Trppn opened 4 months ago

Roc8Trppn commented 4 months ago

When upgrading to Expo 50 and running eas build -p android we get a crash, since with SDK 50, Java 11 is not supported anymore.

The error it threw was : "Execution failed for task ':expo-haptics:compileDebugKotlin'."

When I traced it back, I found out that "react-native-wheel-picker-expo" uses an older version of "expo-haptics" that supposably still runs with Java 11.

Is this lib still actively maintained? If yes, are there any plans on upgrading the packages?

Br

Proman4713 commented 1 month ago

I'm on Expo SDK 51 and the package works fine