react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
feat(android):RN-0.73 and AGP 8.0 Compatibility
Test Plan: https://github.com/react-native-community/discussions-and-proposals/issues/671
React Native 0.73 will depend on Android Gradle Plugin (AGP) 8.x. This will require all the libraries to specify a namespace in their build.gradle file. We added a compatibility layer for libraries that haven't specified a namespace, but please consider updating your libraries nonetheless.
LGTM!
This feature would help the new projects running on the latest RNs, if this can be incorporated