morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.65k stars 564 forks source link

Interface of phoneNumber contains id property in it but it is not mentioned in the index.d.ts #718

Closed rizwan-zl closed 11 months ago

rizwan-zl commented 1 year ago
export interface PhoneNumber {
    label: string;
    number: string;
}

id is missing

morenoh149 commented 1 year ago

@rizwan-zl please add it via PR

github-actions[bot] commented 12 months ago

This issue is stale, please provide more information about the status