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

Update returned json format in README.md #21

Closed joonhocho closed 7 years ago

joonhocho commented 7 years ago

@joshuapinter Since you merged the last PR, here's update to README.md.

joshuapinter commented 7 years ago

This is perfect. Is there any sort order to the returned keys?

joonhocho commented 7 years ago

@joshuapinter No, js object does not guarantee order of keys. Feel free to reorder keys as you wish.

joshuapinter commented 7 years ago

👍