Tim Erwin

Results 41 comments of Tim Erwin

Yeah, I'm getting the same. In a try/catch it's still crashing the whole app

> > will see how this goes... > @otech47 any updates? I'm interested in using this in a react native app...also for the chat display do you handle all that...

I seem to be having the same issue. I'm using `adjustResize` but `KeyboardAvoidingView` does not do anything at all. The keyboard will show over the app instead of adjusting. It...

lol...yes there is only one emoji lol

I'm getting the same. it fails on it's own generated patch the next build.

wow...no one can answer how to persist data on android in like 5 years?

I read aad does not change the security, it just binds additional data at a protocol layer

> You can use `URL.createObjectURL(blob);`, which will save the blob locally and return a URL which you can later use to render the blob (in my case it's a PDF)....