Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native textinput no keyboard

<TouchableWithoutFeedback onPress={Keyboard.dismiss} >
    <TextInput />
</TouchableWithoutFeedback>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #textinput #keyboard
ADD COMMENT
Topic
Name
9+6 =