Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

add icon to text input react native

import { TextInput } from 'react-native-paper';

 <TextInput
      label="Password"
      secureTextEntry
      right={<TextInput.Icon name="eye" />}
    />
Source by binaryconverterpro.com #
 
PREVIOUS NEXT
Tagged: #add #icon #text #input #react #native
ADD COMMENT
Topic
Name
4+7 =