react-native-masked-view / masked-view

React Native Masked View Library
MIT License
974 stars 126 forks source link

Upgrading to SDK 34 (Android 14) causes a build failure #225

Closed ormiz closed 3 months ago

ormiz commented 3 months ago

Hey, I'm using react-native-skeleton-placeholder in my app, which uses @react-native-masked-view/masked-view. Now I'm trying to update my app to the new SDK 34, but the build fails. The error I got is: PackageList.java:33: error: package undefined does not exist import undefined.RNCMaskedViewPackage; When I open the PackageList.java, I see:

// @react-native-masked-view/masked-view import undefined.RNCMaskedViewPackage;

Do you know why it happens, is it something fixable or should I drop react-native-skeleton-placeholder from my app and use something else?

Best Regards

App Details: React native 0.66.5 React 17.0.2

ormiz commented 3 months ago

Good news! Solved by downgrading @react-native-masked-view/masked-view https://github.com/react-native-masked-view/masked-view/issues/212