mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
# Summary Fixes #2599 Starting with `v15.8.0`, we support `react-native@0.73+`, which eliminates the need to worry about AGP versions below 7. Consequently, the `package` attribute in `AndroidManifest.xml` can be safely removed, along with the corresponding check in `build.gradle`. ## Test Plan Build the app on all supported versions ## Compatibility | OS | Implemented | | ------- | :---------: | | Android | ✅ |
2 lines
71 B
XML
2 lines
71 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"/>
|