Date: 2025-03-24 01:28:58
Score: 2.5
Natty:
follow steps will slove this problem.
- react -> ^18.3.1, react-native -> 0.76.5
- modify AndroidManifest.xml file, remove xml package attr
- add gradle.properties, see: https://github.com/Emt-lin/react-native-svga-player/blob/master/android/gradle.properties
- update gradle version: gradle-5.4.1 -> gradle-8.13
- most importantly step, modify build.gradle file: remove maven plugin settingăadd namespace arg, more see: https://github.com/Emt-lin/react-native-svga-player/blob/master/android/build.gradle
more detail see: https://github.com/Emt-lin/react-native-svga-player
Reasons:
- Probably link only (1):
- No code block (0.5):
- Low reputation (1):
Posted by: wyh