rt2zz / react-native-addressbook

React Native AddressBook
82 stars 13 forks source link

Android support #10

Open morenoh149 opened 8 years ago

morenoh149 commented 8 years ago

This module should support android. I've done some very preliminary research on writing a native module to the contact provider but further work will have to wait until I get more time. Feel free to start or ask questions. Ref https://github.com/morenoh149/react-native-android-contacts

rt2zz commented 8 years ago

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 around with this tonight, and will definitely ping you with any questions.

niftylettuce commented 8 years ago

@rt2zz any luck? i'd give a bug bounty for android/ios support via paypal/venmo whatever

morenoh149 commented 8 years ago

@niftylettuce how much you got ;)

niftylettuce commented 8 years ago

$250? what you wan', tell me wat u want' https://www.youtube.com/watch?v=gJLIiF15wjQ

On Thu, Oct 15, 2015 at 1:04 PM, Harry Moreno notifications@github.com wrote:

@niftylettuce https://github.com/niftylettuce how much you got ;)

— Reply to this email directly or view it on GitHub https://github.com/rt2zz/react-native-addressbook/issues/10#issuecomment-148458206 .

rt2zz commented 8 years ago

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 is implemented? Is it possible you have not yet pushed your latest there? 2) After I get this working my time to steward it may be limited. Harry, we could potentially put the project under your github if you are interested, or @niftylettuce if you know of any organizations that may be interested we could alternatively host it there.

rt2zz commented 8 years ago

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

niftylettuce commented 8 years ago

Can you make sure to document Android setup too besides XCode? @rt2zz

morenoh149 commented 8 years ago

@rt2zz honestly I probably have some scaffolding code laying around but I've made very little headway into writing the native module. And I have very little personal time to work on this atm. I'd be happy to steward anything. And I plan on someday knowing enough android native development. But that's not today.

rt2zz commented 8 years ago

Android Setup

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)

rt2zz commented 8 years ago

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

morenoh149 commented 8 years ago

@rt2zz oh boy. Should that be in a feature branch? visitors are going to assume android support is done.

rt2zz commented 8 years ago

See the reademe, no pretenses here :dancer:

niftylettuce commented 8 years ago

Any progress here? @rt2zz @morenoh149 I'm willing to pay :+1: :moneybag: :money_with_wings: :dollar:

morenoh149 commented 8 years ago

this project was deprecated in favor of react-native-contacts right? @niftylettuce ask there