Matthew

Results 23 comments of Matthew

I was wondering about this as well. I'm having an issue where a PPTX file (generated by PHPPresentation) only has visible text if you open the file in Google or...

I'm having the same issue today. It happens SOMETIMES. Other times, the image (FormData) posts and gets stored in the uploads folder (via a PHP script) just fine! Filesize doesn't...

The website you posted doesn't seem to exist. Are you saying it's not something we developers can control? I'm on iOS and it seems iOS is pausing the app's execution...

If you need any other information, or want me to try anything, please let me know.

I just want to be able to use Firebase and Vision Camera. Firebase might require static linkage, which seems to have caused an error during compiling. The error is in...

To put it simply, another way: Right before ImagePicker.showImagePicker() I put in a couple console.log's console.log('ImagePicker:'); console.log(ImagePicker); Which yields: ImagePicker: undefined WHY is the library "undefined", when I'm clearly loading...

Ok, I solved my own problem. I had to look at the code and really dig. The documentation, getting started guide for this library is TOTALLY useless. You can't even...

rodgomesc / vision-camera-code-scanner is 100% dead. Deprecated. No longer maintained. There's no other way to say it. Yes, it's only been 1.5 years since the last commit, but in 5...

You should be using the latest RNVC release candidate, just for starters. Currently on RC8. RC6 had some major changes; it's what allowed me to successfully build my App again!...