Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native password input

<TextInput
 placeholder={'Enter password'}
 autoCapitalize={'none'}
 autoCorrect={false}
 secureTextEntry={true}
 textContentType={'password'}
/>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #password #input
ADD COMMENT
Topic
Name
8+9 =