Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

removeById return null #56

Open
nugasoft opened this issue Aug 20, 2017 · 0 comments
Open

removeById return null #56

nugasoft opened this issue Aug 20, 2017 · 0 comments

Comments

@nugasoft
Copy link

can someone help me, how I can delete item?
When I try delete it, resp always is null.

import Store from 'react-native-store';

const DB = {
    'users': Store.model('users')
}

DB.users.removeById(1).then(resp => {
console.log("Data Check: ", resp);
})

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant