morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.64k stars 560 forks source link

does contact record structure ever change? #621

Closed southkeys closed 3 years ago

southkeys commented 3 years ago

I notice the contact schema isn't the same on iOS vs android, for obvious reasons

Is the contact structure static (per platform)? i.e. will the record always contain the same key value pairs, or could it change with optional/empty fields?

Based on my tests so far it's always the same but I may not have every edge case in my contact books

morenoh149 commented 3 years ago

I dont think it changes