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 widthand paddingLeft/right, but it doesn't make any difference.