You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text content should be made uppercase (this works on iOS, Android, and react-native-web).
Note this property is called out in the mega-issue #2207, but mostly that's about theming, not about not implemented Text properties.
Snack, code example, screenshot, or link to a repository:
Environment
npx react-native --version
4.10.1
npx react-native run-windows --info
reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock"
Steps To Reproduce
Use the
textTransform
property.Expected Results
Text content should be made uppercase (this works on iOS, Android, and react-native-web).
Note this property is called out in the mega-issue #2207, but mostly that's about theming, not about not implemented
Text
properties.Snack, code example, screenshot, or link to a repository:
Snack
The text was updated successfully, but these errors were encountered: