We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15b7fd commit 4973fe4Copy full SHA for 4973fe4
packages/react-native-li/src/useMarkedList.ts
@@ -69,6 +69,7 @@ export default function useMarkedList({
69
flexShrink: 0,
70
fontSize: DEFAULT_FONT_SIZE,
71
textAlign: syntheticRtlLineReversed ? 'left' : 'right',
72
+ alignSelf: syntheticRtlLineReversed ? 'flex-start' : 'flex-end',
73
...markerTextStyle
74
} as const),
75
[markerTextStyle, syntheticRtlLineReversed]
0 commit comments