I am using this in my app:
<Item fixedLabel><Input style={{ width: 0.5 }}/></Item>
the length of the the fixedLabel line extends to the whole screen. How can I reduce its size? I have already tried using width
and paddingLeft/right
, but it doesn't make any difference.