Expo SQLite success function not synchronous

The Expo Library’s SQLite functionality requires a user to execute sql inside a transaction. The executeSQL method had a 3rd parameter which is a callback function if the query is successful. What I want to know is how to make code after the query transaction to wait for the callback to complete before continuing?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.