Async functions not working on older android versions
Zer0-213 opened this issue · 0 comments
Zer0-213 commented
Hi all.
I'm having some weird bugs with expo's sqlite package and I don't know what is going on tbh.
Essentially on sdk versions below 33, the async functions, such as getAllAsync, execAsync, etc. do not work. It seems like it deadlocks somewhere inside the function because no error gets thrown and no console logs are printed after the function calls.
The Sync versions of functions, such as execSync,etc. do work on older android versions however