<TextInput
style={style.container}
label="Şifre"
value={text}
onChangeText={text => setText(text)}
right={<TextInput.Icon icon="eye"/>}
underlineStyle={{
backgroundColor: 'transparent',
}}
/>
Here when I press ctrl-space I cannot find the recommended icons. How can I know how many icons or the names of the availiable icons are in TextInput.Icon?