Multiple Textfields in a row getting wrong touches

I've added two textfields in a row here and this is the behaviour. On clicking the first textfield, it selects the second one. But if a placeholder is added, it works fine. I'm not able to figure out the cause of this problem. I've used flexDirection:'row' to add these two textfields.
Any possible fix for this problem?
any solution for this
use this magic prop
labelTextStyle={{ position: 'absolute', left: '100%' }}
@sharifhh thank you very much. You saved me.
@sharifhh thanks!
@sharifhh You God
wow! thanks alot!!!
use this magic prop
labelTextStyle={{ position: 'absolute', left: '100%' }}
use this magic prop
labelTextStyle={{ position: 'absolute', left: '100%' }}
Added this prop with same values in all fields for the row, and it worked.
Thanks!!!