José Medina
José Medina
I had this issue working with URI returned by react-native-document-picker, I solved it by using react-native-fs copying the file into a temporary path, like this: ```javascript import { Image }...
@VNDRN Neither version 2.14.4 works with the solution given by @thespacemanatee, has anyone found a solution?
@Huzaifa1911 Thanks man! I was trying to fix this for 6 hours, you saved me. 🥳
@Guilleanto you have to add the following line at the top of the MainActivity.java file: `import android.os.Bundle;`
@Yureyny I have those version too and the solution given by @Huzaifa1911 above worked. Please read the entire issue.
Same here. I'm getting this warning ``` WARN Input: unsupported configuration. Check one of the following prop values: { "appearance": "default", "variants": [ "medium" ], "states": [] } 📖 Documentation:...
I solved the warning. I had this: ```JSX ``` and replaced that with this: ```JSX ``` and that worked.
I'm getting this error too. I applied this change https://github.com/akveo/react-native-ui-kitten/pull/1752/commits/01ac76a0d34f5028655206e4489fc749697ba015 mentioned in the pull request #1752 and it worked.
I'm facing the same issue. My solution was to set **newArchEnabled** to false in the **gradle.properties** file with `"react-native": "0.76.5"`
I'm having this issue too with opentok v2.25.2