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
Screenshot_1690654425

#IOS
Simulator Screen Shot - iPhone 14 Pro Max - 2023-07-29 at 21 11 34

Source: software-mansion/react-native-svg