react-native-masked-view / masked-view

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

feat(android): 🌟 add support for React Native 0.73 #195

Closed ngocle2497 closed 1 year ago

ngocle2497 commented 1 year ago

Summary

Starting from React Native v0.73 , all libraries will need to be updated with these two one-liners due to Android Gradle Plugin upgrade discussions-671

Compatibility

OS Implemented
iOS
Android
ngocle2497 commented 1 year ago

@Naturalclar this change will not work on RN < 0.71. comment. So we need to keep package in the manifest util find new solution to remove package prop when RN < 0.71

Naturalclar commented 1 year ago

@MasonLe2497 thanks for the comment! I'm aware that this change won't work on RN < 0.71 I was thinking of publishing the package as a major update (1.0.0) with changes in #196