Calender (deprecated)
Deprecated alias for the Calendar component. Use `calendar` instead.
⚠️ Deprecated. The
calenderspelling is a typo. Usecalendarinstead. This alias will be removed in v2.0.0.
Migration
- npx expo-app-ui add calender
+ npx expo-app-ui add calendar- import Calendar from "@/components/ui/calender";
+ import Calendar from "@/components/ui/calendar";The calender template still installs (and re-exports the new calendar component) so existing projects continue to work, but you'll see a development-mode warning until you migrate.
See the full Calendar docs for usage and props.
Calendar
A flexible calendar component supporting single date selection, date ranges, and customizable theming for Expo React Native. Learn how to use Calendar with examples and API documentation.
Birthdate Picker
A native-style date picker component for selecting birthdates with month, day, and year wheels for Expo React Native. Learn how to use CustomBirthdatePicker with examples and API documentation.