-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
bug: react-nativeA bug that originates in React NativeA bug that originates in React Native
Description
Since <span /> maps to <Text />, it has extremely limited styling capabilities. This issue might belong in core rather than react-strict-dom, but I noticed that, among many others, these styles don't work properly on <span /> (and thus <Text />):
borderRadiuspaddingheight: 100%width: 100%flexGrowflexBasisjustifyContentalignItems
The list goes on. I wonder if this is a fundamental limitation of NativeTextComponent or if it could be fixed upstream. Given the goal to bring web → native styling, I thought it was appropriate to post here.
I'd be happy to create an umbrella issue and/or assist with PRs if there is some guidance on the best approach to take.
Thanks!
Metadata
Metadata
Assignees
Labels
bug: react-nativeA bug that originates in React NativeA bug that originates in React Native