Closed
Description
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:
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