mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
This will remove the requirement for people to add the proguard configs themselves. A lot of people first release to production with proguard and then realize why the app crashes. This will solve such issues. This uses android's consumer proguard setting to enable specific proguard config.
2 lines
43 B
Prolog
2 lines
43 B
Prolog
-keep public class com.horcrux.svg.** {*;}
|