Answers for "react native no such field exception"

1

react native no such field exception

The problem is related to proguard. 
As is now stated in the readme (or this issue), 
you need to add the following line to your 
android/app/proguard-rules.pro file:

-keep public class com.horcrux.svg.** {*;}
Posted by: Guest on March-17-2022

Code answers related to "react native no such field exception"

Browse Popular Code Answers by Language