What Worked for me was setting both theme and borderaduis
<TextInput theme={{roundness:20}}/>
and setting
<TextInput style={{borderRadius:30}}/>
only when setting both of them you get full rouned text input
<TextInput theme={{roundness:20}} style={{borderRadius:30}}/>