You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In each view, I again open the database and execute transaction, but when open SecondPage i get error cannot start next transaction: database not open
My logs:
I/ReactNativeJS( 2164): OPEN database: data.sqlite
I/ReactNativeJS( 2164): new transaction is waiting for open operation
I/ReactNativeJS( 2164): DB opened: data.sqlite
I/ReactNativeJS( 2164): Transaction OK
I/ReactNativeJS( 2164): CLOSE database: data.sqlite
I/ReactNativeJS( 2164): closing db with transaction queue length: 0
I/ReactNativeJS( 2164): cannot start next transaction: database not open
I/ReactNativeJS( 2164): Database is closed OK
Please, help me. Thanks
The text was updated successfully, but these errors were encountered:
Hello, i have 2 views MainPage, SecondPage
In each view, I again open the database and execute transaction, but when open SecondPage i get error
cannot start next transaction: database not open
My logs:
Please, help me. Thanks
The text was updated successfully, but these errors were encountered: