我有一个带圆角的 TextInput :
<TextInput
style={{
backgroundColor : '#FFFFFF',
borderRadius : 30,
marginLeft : 8,
marginRight : 8,
marginTop : 10
}}
placeholder = 'A placeholder'
/>
但我想为占位符(以及将包含在 TextInput 中的文本)提供一些左填充,因为现在文本离左 TextInput 边框太近了。我该怎么做?