Closed SrBrahma closed 2 years ago
I got surprised now to know that textAlignVertical don't support iOS. Found it on a on-prod app of mine. Not a big deal, but I wish I knew this before.
textAlignVertical
It would be useful to have a rule to warn about at least this style, and to recommend to use a wrapping View with justifyContent: 'center'.
justifyContent: 'center'
Closing as textAlignVertical is sometimes useful due to how different Android handles the alignment.
I got surprised now to know that
textAlignVertical
don't support iOS. Found it on a on-prod app of mine. Not a big deal, but I wish I knew this before.It would be useful to have a rule to warn about at least this style, and to recommend to use a wrapping View with
justifyContent: 'center'
.