Skip to content

Commit 1ffc71b

Browse files
committed
chore: updated dev logs
1 parent 5397478 commit 1ffc71b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/bottomSheet/BottomSheet.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ const BottomSheetComponent = forwardRef<BottomSheet, BottomSheetProps>(
575575

576576
if (__DEV__) {
577577
runOnJS(print)({
578-
component: BottomSheet.name,
579-
method: animateToPositionCompleted.name,
578+
component: 'BottomSheet',
579+
method: 'animateToPositionCompleted',
580580
params: {
581581
animatedCurrentIndex: animatedCurrentIndex.value,
582582
animatedNextPosition: animatedNextPosition.value,
@@ -607,8 +607,8 @@ const BottomSheetComponent = forwardRef<BottomSheet, BottomSheetProps>(
607607
) {
608608
if (__DEV__) {
609609
runOnJS(print)({
610-
component: BottomSheet.name,
611-
method: animateToPosition.name,
610+
component: 'BottomSheet',
611+
method: 'animateToPosition',
612612
params: {
613613
currentPosition: animatedPosition.value,
614614
nextPosition: position,
@@ -1459,7 +1459,7 @@ const BottomSheetComponent = forwardRef<BottomSheet, BottomSheetProps>(
14591459

14601460
if (__DEV__) {
14611461
runOnJS(print)({
1462-
component: BottomSheet.name,
1462+
component: 'BottomSheet',
14631463
method: 'useAnimatedReaction::OnSnapPointChange',
14641464
category: 'effect',
14651465
params: {

0 commit comments

Comments
 (0)