react-native-db-models
react-native-db-models copied to clipboard
Remove not working
trafficstars
When calling .remove, I see deleted_ids, but the next time I get records, the deleted ones are still there.
Update:
I think part of the issue was with timing. Below the call to delete, I had another one with a .get. I tried removing the get and it worked fine, all records were deleted. Same behavior with remove_id.
Does anyone know why that would solve things?