react-native-db-models icon indicating copy to clipboard operation
react-native-db-models copied to clipboard

When emit an event give a name for it

Open MauroMaciel opened this issue 7 years ago • 0 comments

When you call "RNDBModel.DBEvents.emit", you should pass the right action name, like "remove_id", "update_id, "add".

Calling everything as "all", make it dificult to know which event was emited.

MauroMaciel avatar Sep 27 '17 12:09 MauroMaciel