Description
I believe we need to add comments to describe difference between these two style props and what should be used verticalAlign or textAlignVertical
What is the problem?
verticalAlign or textAlignVertical it unclear what should be used and can it be combined
example some lib can use one prop but client can use diff prop
import {MyText} from 'my-lib';
<MyText /> // apply `verticalAlign: 'middle'` by default
<MyText style={{ textAlignVertical: 'top' }} /> // <- Can I overload by using diff. style prop (will this even work ?)
How can we address it?
Add description to show the difference
Why is it important?
give devs better understanding
Who needs this?
Android devs
When should this happen (use version numbers if needed)?
...
Description
I believe we need to add comments to describe difference between these two style props and what should be used
verticalAlignortextAlignVerticalWhat is the problem?
verticalAlignortextAlignVerticalit unclear what should be used and can it be combinedexample some lib can use one prop but client can use diff prop
How can we address it?
Add description to show the difference
Why is it important?
give devs better understanding
Who needs this?
Android devs
When should this happen (use version numbers if needed)?
...