Default Calendar not working

I’m having an issue where Calendar.default is returning undefined. Any ideas?

Use Calendar.default();

Documentation needs update. It’s defined in Swift as a class property, but the JS bridge changes that to a function call.