Open brownmagik352 opened 6 years ago
No fear of collisions between apps https://stackoverflow.com/questions/48790764/is-asyncstorage-shared-across-apps
big rewrite that is only relevant for perf and most people will not have huge lists of reminders way simpler code complexity to have reminders as an array in state and in storage
note: when changing later will need a way to port an existing set of reminders over
this way your updates can be one key at a time rather than the entire array each time