Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Persist Redux store to AsyncStorage using redux-persist.
Implements a redux-persist "transform" filter that prevents persisting contact entries in the friend store which have never been activated in the app. This way we don't lug around the entire contact database; just the contacts the user cares enough to have clicked on at some point.
This PR also removes the scaffolded demo data used to initialize the store, prior to the previous merge.
At this point, we have an actual minimum viable app. It still needs a lot of love, but it actually would work in a rudimentary way for the intended purpose: You can pick people from your contacts, it keeps an ordered queue, you can mark people as contacted and it bumps them to the end of the queue, and it remembers your activity. HUZZAH! 🍾
@obra @natbat let us commemorate this moment, please