Tao Qian
Tao Qian
> Add the `android:requestLegacyExternalStorage="true"` in AndroidMenifest.xml file . It will work. Ran into the same issue and this setting fixed it. The line should be added to the element per...
One thing to note is that when reproducing this issue, the crash only happens when I was sending a **second** photo. IIRC, this wasn't the case earlier, where the crash...
> are you logging the row data to console? We are not logging anything ourselves, but we are using a bunch of open source libraries so some of them could...
Yeah that's the only thing we got. Note that there is actually more stuff at the end of the first line, compared to the log I shared earlier, you just...
Same issue as well. Also only been seeing it on Android 8.1 ``` sun.nio.ch.SharedFileLockTable in checkList at line 255 sun.nio.ch.SharedFileLockTable in add at line 152 sun.nio.ch.FileChannelImpl in lock at line...
Hello, It has been a while since I wrote the code and now I cannot find the reference site I used. The convention stated in the Wiki article makes sense...
Thanks! Switched to https://github.com/giorgiabosello/google-maps-react-markers and it worked well for me so far!