【发布时间】:2023-02-25 05:23:17
【问题描述】:
代码
<TextInput
mode="outlined"
label="Enter Password"
outlineColor="#000"
activeOutlineColor="#0073D9"
right={<TextInput.Icon name="eye" />}
style={{
backgroundColor: '#eee', marginRight: scale(20),
marginLeft: scale(20),
}}
value={Pass}
onChangeText={(text) => setPass(text)}
/>
输出
如何在 React Native Paper 文本输入中添加图标?
【问题讨论】:
标签: javascript reactjs react-native lib