You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
can someone help me, how I can delete item?
When I try delete it, resp always is null.
import Store from 'react-native-store';
DB.users.removeById(1).then(resp => {
console.log("Data Check: ", resp);
})