joshuapinter / react-native-unified-contacts

Your best friend when working with the latest and greatest Contacts Framework in iOS 9+ in React Native.
MIT License
158 stars 56 forks source link

[Android] Write contacts #55

Open paintedbicycle opened 6 years ago

paintedbicycle commented 6 years ago

iOS currently allows you to add and update contacts, but this is not possible on Android.

  1. Step one would be getting basic adding/updating of contacts goings including all fields (name, email, phone, postal addresses)

  2. Step two would be to reformat the Android postal address to return in the correct format. See #52

Write permissions would need to be added here