gre / react-native-view-shot

Snapshot a React Native view and save it to an image
https://github.com/gre/react-native-view-shot-example
MIT License
2.64k stars 344 forks source link

chore(android): add support for AGP 8 #495

Closed TheRogue76 closed 10 months ago

TheRogue76 commented 11 months ago

AGP 8 requires the use of namespace in the gradle file, and deprecates using it in the Manifest. Per instructions from the core team, we need to update it, otherwise installations will fail on 73. AGP 7 also supports namespace, hence why we are adding it from 7 and above

@gre let me know if you need me to change anything more

gabrieldonadel commented 10 months ago

@gre any plans on merging this now that react-native 0.73 RC1 is out?

gre commented 10 months ago

thanks for the support addition.