NTP-70754 | pop up on open map in mav view
This commit is contained in:
@@ -76,7 +76,7 @@ const UserCard: React.FC<UserCardProps> = ({ selectedCase, cardPosition }) => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<Animated.View style={[styles.cardContainer]}>
|
||||
<Animated.View style={[styles.cardContainer, cardAnimatedStyle]}>
|
||||
<Pressable
|
||||
style={({ pressed }) => [pressed && { opacity: 0.9 }]}
|
||||
ref={addressItemRef}
|
||||
|
||||
@@ -13,5 +13,5 @@ export const LocationSourceTagVariantMap: Record<string, TagVariant> = {
|
||||
export const PAGE_START = 1;
|
||||
export const PAGE_END = 5;
|
||||
export const MODAL_RIGHT_OFFSET = 22;
|
||||
export const MODAL_TOP_OFFSET = 38;
|
||||
export const MODAL_TOP_OFFSET = 36;
|
||||
export const CUSTOMER_OUTREACH_LABEL = 'CUSTOMER_OUTREACH';
|
||||
|
||||
Reference in New Issue
Block a user