79477177

Date: 2025-03-01 06:30:14
Score: 2.5
Natty:
Report link

What Worked for me was setting both theme and borderaduis

<TextInput  theme={{roundness:20}}/>

enter image description here

and setting

<TextInput  style={{borderRadius:30}}/>

enter image description here

only when setting both of them you get full rouned text input

<TextInput theme={{roundness:20}} style={{borderRadius:30}}/>

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): Worked for me
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: amirarshia mirzaei