mirror of
https://github.com/urosran/cally.git
synced 2025-07-10 15:17:17 +00:00
removed the selected date on scroll
This commit is contained in:
@ -178,9 +178,6 @@ export default function CalendarPage() {
|
|||||||
date={selectedDate}
|
date={selectedDate}
|
||||||
onPressCell={setSelectedNewEndDate}
|
onPressCell={setSelectedNewEndDate}
|
||||||
headerContentStyle={mode === "day" ? styles.dayModeHeader : {}}
|
headerContentStyle={mode === "day" ? styles.dayModeHeader : {}}
|
||||||
onSwipeEnd={(date) => {
|
|
||||||
setSelectedDate(date);
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
|
@ -1,11 +1 @@
|
|||||||
# This `.xcode.env` file is versioned and is used to source the environment
|
|
||||||
# used when running script phases inside Xcode.
|
|
||||||
# To customize your local environment, you can create an `.xcode.env.local`
|
|
||||||
# file that is not versioned.
|
|
||||||
|
|
||||||
# NODE_BINARY variable contains the PATH to the node executable.
|
|
||||||
#
|
|
||||||
# Customize the NODE_BINARY variable here.
|
|
||||||
# For example, to use nvm with brew, add the following line
|
|
||||||
# . "$(brew --prefix nvm)/nvm.sh" --no-use
|
|
||||||
export NODE_BINARY=$(command -v node)
|
export NODE_BINARY=$(command -v node)
|
||||||
|
@ -441,7 +441,7 @@
|
|||||||
);
|
);
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.cally.app;
|
PRODUCT_BUNDLE_IDENTIFIER = com.cally.app;
|
||||||
PRODUCT_NAME = "CallyFamilyPlanner";
|
PRODUCT_NAME = CallyFamilyPlanner;
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h";
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@ -472,7 +472,7 @@
|
|||||||
);
|
);
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.cally.app;
|
PRODUCT_BUNDLE_IDENTIFIER = com.cally.app;
|
||||||
PRODUCT_NAME = "CallyFamilyPlanner";
|
PRODUCT_NAME = CallyFamilyPlanner;
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "cally.app"
|
BuildableName = "CallyFamilyPlanner.app"
|
||||||
BlueprintName = "cally"
|
BlueprintName = "cally"
|
||||||
ReferencedContainer = "container:cally.xcodeproj">
|
ReferencedContainer = "container:cally.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
@ -55,7 +55,7 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "cally.app"
|
BuildableName = "CallyFamilyPlanner.app"
|
||||||
BlueprintName = "cally"
|
BlueprintName = "cally"
|
||||||
ReferencedContainer = "container:cally.xcodeproj">
|
ReferencedContainer = "container:cally.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
@ -72,7 +72,7 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "cally.app"
|
BuildableName = "CallyFamilyPlanner.app"
|
||||||
BlueprintName = "cally"
|
BlueprintName = "cally"
|
||||||
ReferencedContainer = "container:cally.xcodeproj">
|
ReferencedContainer = "container:cally.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
|
Reference in New Issue
Block a user