morenoh149 / react-native-contacts

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

Empty birthday field in creating new contact IOS #686

Closed wfrsnk closed 2 years ago

wfrsnk commented 2 years ago

In IOS 12.4 if i want to add a new contact, the contact form behaves strangely: birthday field is empty, but i set it in sending object like "birthday: { day: '12', month: '07' }"; if i tap to empty field, the application freezes until reboot it; if i ignore empty field and save contact, it saves and in phone contacts this one has correct birthday date.

In IOS 15.4 it works correct.

morenoh149 commented 2 years ago

we aren't trying to support older versions of operating systems.

wfrsnk commented 2 years ago

In my solution, versions IOS older, then 13.0 needs "year" key for correctly display at form and fix it. But this key breaks a form in versions after 13.0