thewei / react-native-store

A simple database base on react-native AsyncStorage.
https://github.com/thewei/react-native-store
Other
569 stars 74 forks source link

UpdateById with the option to add if it doesn't exist? #30

Closed sonu27 closed 4 years ago

sonu27 commented 8 years ago

What do you think about adding a new function, or updating the existing UpdateById function to add it regardless of where it exists or not?

thewei commented 8 years ago

may be i can give a params to do this

sonu27 commented 8 years ago

That could work also