diff --git a/app.json b/app.json index e85ec28..be7d2dc 100644 --- a/app.json +++ b/app.json @@ -16,7 +16,7 @@ "supportsTablet": true, "bundleIdentifier": "com.cally.app", "googleServicesFile": "./ios/GoogleService-Info.plist", - "buildNumber": "52", + "buildNumber": "53", "usesAppleSignIn": true }, "android": { diff --git a/components/pages/calendar/EventCalendar.tsx b/components/pages/calendar/EventCalendar.tsx index c9a1b01..f5590c5 100644 --- a/components/pages/calendar/EventCalendar.tsx +++ b/components/pages/calendar/EventCalendar.tsx @@ -137,11 +137,10 @@ export const EventCalendar: React.FC = React.memo( ) ?? []; }, [events, selectedDate, mode]); - const renderCustomDateForMonth = (date: Date) => { - const circleStyle = useMemo( - () => ({ - position: "absolute", - width: 30, + const renderCustomDateForMonth = (date: Date) => { + const circleStyle = useMemo( + () => ({ + width: 30, height: 30, justifyContent: "center", alignItems: "center", @@ -238,13 +237,14 @@ export const EventCalendar: React.FC = React.memo( }} dayHeaderStyle={dateStyle} dayHeaderHighlightColor={"white"} - renderCustomDateForMonth={renderCustomDateForMonth} + // renderCustomDateForMonth={renderCustomDateForMonth} showAdjacentMonths hourStyle={styles.hourStyle} ampm - /> - ); - } + + /> + ); + } ); const styles = StyleSheet.create({ diff --git a/ios/cally/Info.plist b/ios/cally/Info.plist index a32a87c..5ea67e0 100644 --- a/ios/cally/Info.plist +++ b/ios/cally/Info.plist @@ -47,7 +47,7 @@ CFBundleVersion - 52 + 53 LSRequiresIPhoneOS NSAppTransportSecurity @@ -131,6 +131,8 @@ $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route UILaunchStoryboardName SplashScreen