↓ 3 callersFunctionanimate({
point,
configs,
velocity = 0,
overrideReduceMotion,
onComplete,
}: AnimateParams)
src/utilities/animate.ts:19
↓ 1 callersFunctionusePropsValidator({
index,
snapPoints,
enableDynamicSizing,
topInset,
bottomInset,
containerHeight,
containerOffs
src/hooks/usePropsValidator.ts:11
FunctionBottomSheetContentComponent({
detached,
animationConfigs,
overrideReduceMotion,
keyboardBehavior,
accessible,
accessibilityLa
src/components/bottomSheet/BottomSheetContent.tsx:32
FunctionBottomSheetHostingContainerComponent({
containerLayoutState,
layoutState,
topInset = 0,
bottomInset = 0,
shouldCalculateHeight = true,
src/components/bottomSheetHostingContainer/BottomSheetHostingContainer.tsx:15
FunctionContactItemComponent({
title,
subTitle,
titleStyle,
subTitleStyle,
thumbnailStyle,
iconStyle,
onPress,
}: ContactIte
example/src/components/contactItem/ContactItem.tsx:15
FunctionContactListComponent({
type,
count = 25,
style,
onRefresh,
onItemPress,
...rest
}: ContactListProps)
example/src/components/contactList/ContactList.tsx:38
FunctionCustomHandleComponent({
ref,
title,
style,
onLayout,
animatedIndex,
})
example/src/components/customHandle/CustomHandle.tsx:17