Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit a54d9fd

Browse files
committed
fix: ajout de borderCurve à listStyles pour améliorer l'affichage
1 parent ee61442 commit a54d9fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Global/NativeComponents.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ type EntryOrExitLayoutType = NonNullable<AnimatedProps<{}>["entering"]>;
1212
const listStyles = StyleSheet.create({
1313
list: {
1414
borderRadius: 16,
15+
borderCurve: "continuous",
1516
flexDirection: "column",
1617
overflow: "visible",
1718
marginTop: 24,

0 commit comments

Comments
 (0)