react-native-sqlite-storage
react-native-sqlite-storage copied to clipboard
backgroundExecuteSqlBatch get fails when we delete and reopen the DB File - Android ( Oftenly )
RN Version : 0.57 React Native Sqlite Storage Version : 3.3.8
Platform : Android
When I delete the DB file its getting deleted sucessfully. But when I reopen the DB file some times its showing below error :
batch execution error: database not open
Can anyone please tell me why this is happening? Since its not throwing any exception, its difficult to handle.
Did u find the solution?