patthipati
patthipati
> I had this error when I upgraded to react-native 0.59.4 > > Fixed this for android by adding: > `apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"` > to `android/app/build.gradle` Im also getting same...
hi @pratikbaid3 I also have the same issue, we resolved it by getting the proper CA Certificate and doing some **Network security configuration** in android folder, please check below link...
autoplay is on.
I have but this URL will work in the closed network only, so even if I share you it won't work.
for HTTPS we are using a self-signed certificate.
Somebody found a workaround for this?
**I’m facing the same issue** I’m getting the exact same crash when using VisionCamera on Android: ``` java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__cxa_init_primary_exception" referenced by "libVisionCamera.so" ``` Has anyone...