expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.23k stars 867 forks source link

Async functions not working on older android versions #500

Closed Zer0-213 closed 2 weeks ago

Zer0-213 commented 2 weeks ago

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