Does not enter transaction React Native
I am new to react native, I am trying to connect with sqlite but when doing the transaction I get the following error, I have put some console.log, but it cannot enter after the transaction.
Property ‘transaction’ does not exist on type ‘Promise’.ts(2339)
I am new to react native, I am trying to connect with sqlite but when doing the transaction I get the following error, I have put some console.log, but it cannot enter after the transaction.