Skip to content

Commit 476ac18

Browse files
committed
chore: fix linting
1 parent a517d88 commit 476ac18

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

packages/react-native-bread/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ export const DISMISS_VELOCITY_THRESHOLD = 300;
2020
export const STACK_OFFSET_PER_ITEM = 10;
2121
export const STACK_SCALE_PER_ITEM = 0.05;
2222

23-
export const EASING = Easing.bezier(0.25, 0.1, 0.25, 1.0);
23+
export const EASING = Easing.bezier(0.25, 0.1, 0.25, 1.0);

packages/react-native-bread/src/pool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ export const releaseSlot = (toastId: string) => {
5454
slotTrackers[idx].wasExiting = false;
5555
slotTrackers[idx].prevIndex = 0;
5656
}
57-
};
57+
};

packages/react-native-bread/src/toast-icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ export const AnimatedIcon = memo(
5555

5656
return <Animated.View style={style}>{resolveIcon(type, color, custom, config)}</Animated.View>;
5757
}
58-
);
58+
);

packages/react-native-bread/src/toast-provider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ function ToastContent() {
1313
);
1414
}
1515

16-
1716
interface BreadLoafProps {
1817
/**
1918
* Configuration for customizing toast behavior and appearance.

0 commit comments

Comments
 (0)