Description
React Native is missing support for textAlign:start and textAlign:end on Text and TextInput elements - https://developer.mozilla.org/en-US/docs/Web/CSS/text-align#syntax
These values are important for supporting RTL layouts, and should react to the direction style on ancestral Views on all platforms.
Steps to reproduce
- Set textAlign:end
- Notice it doesn't work
React Native Version
0.75
Affected Platforms
Runtime - Android, Runtime - iOS
Output of npx react-native info
Stacktrace or Logs
Reproducer
.
Screenshots and Videos
No response
Description
React Native is missing support for
textAlign:startandtextAlign:endon Text and TextInput elements - https://developer.mozilla.org/en-US/docs/Web/CSS/text-align#syntaxThese values are important for supporting RTL layouts, and should react to the
directionstyle on ancestral Views on all platforms.Steps to reproduce
React Native Version
0.75
Affected Platforms
Runtime - Android, Runtime - iOS
Output of
npx react-native infoStacktrace or Logs
Reproducer
.
Screenshots and Videos
No response