Zack Story

Results 83 comments of Zack Story

ya thats a good idea. Poor use of the word scalable on my part, what I meant was I did not want to start attaching seemingly disjoint api additions. But...

```js import { PERSIST, REHYDRATE } from 'redux-persist/lib/constants' actionBuffer({ passthrough: [PERSIST], breaker: REHYDRATE }, callback) ``` note this will break on the *first* rehydrate call, so I would advise on...

note: PersistGate would not be a drop in replacement for actionBuffer, it would require making sure all of your side-effects are triggered by component lifecycle methods rather than immediately upon...

this is MIT licensed, happy to accept a PR that adds it to the repo.

that is a good point. IIRC there was some confusion because code often depends on the return values of thunks, which action buffer destroys. I think the next version should...

Hey Harry, one thought: we should rename it to react-native-contacts, since in ios9 they are depreceting the `addressbook` api in favor of a `contacts` api. I will try to play...

I am working on this at the moment. A couple of questions for you guys: 1) @morenoh149 I am referencing your react-native-contacts-android implementation, but I do not see where `get`...

progress: https://github.com/rt2zz/react-native-contacts **only** getContacts implemented **only** returns givenName, familyName, middleName, phoneNumbers (no labels). @TODO email addresses, phone number lablels, thumbnail image path, update readme

[Android Setup](https://github.com/rt2zz/react-native-contacts/blob/master/README.md#getting-started---android) Please try that out and let me know how it goes. I updated a bunch of stuff this morning, so be sure to upgrade to v0.1.1 (of react-native-contacts)

@morenoh149 I just added you as a collaborator, feel free to jump in whenever you have time and capacity.