The issue in flipping the Arabic text [android]
Author: MinaSamir11Created Jul 29, 2023Updated Mar 28, 2026
while translating the text to Arabic it flips the text in android and font-weight have an issue also in ios and android
<TextSVG>
<TSpan
inlineSize="50%"
textAnchor="middle"
stroke="#000"
fontSize={normalize(12)}
fontFamily={IS_IOS ? FONTS.BOLD : FONTS.MEDIUM}
fontStyle="normal"
x={RADUIS + normalize(20)}
y={RADUIS + normalize(90)}>
{data.firstName}{' '}
</TSpan>
</TextSVG>#android
#IOS
Source: software-mansion/react-native-svg