Problem
Intl on Android is still missing dateStyle and timeStyle. iOS already has it since v0.12.
Solution
Ask is to add support for missing Intl.DateTimeFormat API for Android dateStyle/timeStyle.
Additional Context
If possible, would be great to add rest of missing API
to close rest of missing options on Intl.DateTimeFormat as polyfill for Intl.DateTimeFormat is complex and heavy, and is currently required when dateStyle/timeStyle are used.
Related #23 (comment)