79529979

Date: 2025-03-24 01:28:58
Score: 2.5
Natty:
Report link

follow steps will slove this problem.

  1. react -> ^18.3.1, react-native -> 0.76.5
  2. modify AndroidManifest.xml file, remove xml package attr
  3. add gradle.properties, see: https://github.com/Emt-lin/react-native-svga-player/blob/master/android/gradle.properties
  4. update gradle version: gradle-5.4.1 -> gradle-8.13
  5. 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