When I close the app and restart it, my data are not persisted.
I am using react-native-sqlite-storage for storage with redux-offline
I am getting following error in in sqlite.core.js
`warning - exception while invoking a callback: TypeError: Cannot read property 'value' of undefined
`
When I close the app and restart it, my data are not persisted.
I am using react-native-sqlite-storage for storage with redux-offline
I am getting following error in in sqlite.core.js
`warning - exception while invoking a callback: TypeError: Cannot read property 'value' of undefined
`here's my store.js
here's my App.js