Is it possible to use custom icons in TextInput.Icon component and which icon library supports for this component.
<TextInput style={commonstyles.primaryInput}
mode='outlined'
label="Label Name"
placeholder="Enter placeholder"
left={<TextInput.Icon name="info" color={"#ff0000"} onPress={() => {}} />}
/>
Is it possible to use custom icons in TextInput.Icon component and which icon library supports for this component.
<TextInput style={commonstyles.primaryInput}
mode='outlined'
label="Label Name"
placeholder="Enter placeholder"
left={<TextInput.Icon name="info" color={"#ff0000"} onPress={() => {}} />}
/>